Skip to main content

get_flamegraph_data

Method
This is a method of the Profiler class in the profiler module.
Generate flamegraph-compatible data from flow records. Returns list of {name, value, children} for flamegraph visualization.

Signature

def get_flamegraph_data() -> List[Dict[str, Any]]

Returns

Returns
List[Dict[str, Any]]
The result of the operation.