Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 275 Bytes

perf.md

File metadata and controls

7 lines (5 loc) · 275 Bytes
    perf record -e cpu-clock -g -p 24366 
    perf script -i perf.data &> perf.unfold
    git clone https://github.com/brendangregg/FlameGraph
    ./stackcollapse-perf.pl perf.unfold &> perf.folded
    ./flamegraph.pl perf.folded > perf.svg