Profile

Linux

perf

Set -fno-omit-frame-pointer for best results.

perf record -g path/to/exe
perf report -g 'graph,0.5,caller'

Last updated