Go Back

Perf flamegraph

DevOps

About
A perf flamegraph describes a software profiling workflow where a developer captures low-level CPU instruction logs using the Linux `perf` utility, then pipes the stack trace outputs into Brendan Gregg"s open-source scripts to render a highly scannable, hierarchical visual flame chart.