Skip to content

Instantly share code, notes, and snippets.

@Thithip
Created August 9, 2015 14:10
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 Thithip/ac5e8d23cee535628e42 to your computer and use it in GitHub Desktop.
Save Thithip/ac5e8d23cee535628e42 to your computer and use it in GitHub Desktop.
Callgrind file to PNG with gprof2dot
# link to gprof2dot GitHub : https://github.com/jrfonseca/gprof2dot
gprof2dot --format=callgrind --output=out.dot callgrind.out
dot -Tpng out.dot -o graph.png
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment