functions property Null safety

List<ProfileFunction>? functions
read / write

A list of functions seen in the relevant samples. These references can be looked up using the indices provided in a CpuSample stack to determine which function was on the stack.

Implementation

List<ProfileFunction>? functions;