Module flamegraph

Module flamegraph 

Source
Expand description

Flamegraph format exporter

Exports async-inspect data to flamegraph folded stack format for visualization with tools like inferno, speedscope, or Brendan Gregg’s flamegraph.pl

Format: stack1;stack2;stack3 count Each line represents a call stack with semicolon-separated frames and a sample count

Structs§

FlamegraphBuilder
Builder for flamegraph export with customization options
FlamegraphExporter
Flamegraph format exporter