Skip to content

Instantly share code, notes, and snippets.

@luca3m
Created November 3, 2015 12:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save luca3m/4d330b8258b2452eee53 to your computer and use it in GitHub Desktop.
Save luca3m/4d330b8258b2452eee53 to your computer and use it in GitHub Desktop.
perf+flamegraph
perf record -F 99 -g -p $1 -- sleep 60
perf script > out.perf
./FlameGraph/stackcollapse-perf.pl out.perf > out.perf.folded
./FlameGraph/flamegraph.pl out.perf.folded > dragent_flame.svg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment