E5CF
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
#debian unstable see:http://www.brendangregg.com/FlameGraphs/cpuflamegraphs.html
apt-get install linux-tools-3.16 sudo apt-get install linux-tools-3.16 perf record -F 99 -p -g -- sleep 30
or if you have multiple pids:
perf record -F 99 -p -p -g -- sleep 30
and then exercise your app.