Skip to content

Instantly share code, notes, and snippets.

@contre
Created May 21, 2012 19:55
Show Gist options
  • Save contre/2764280 to your computer and use it in GitHub Desktop.
Save contre/2764280 to your computer and use it in GitHub Desktop.
Generating profile images
# Code taken from http://code.google.com/p/jrfonseca/wiki/Gprof2Dot
python -m cProfile -o output.pstats ./overviewer.py --config=settings_exmaple.py
./gprof2dot.py -f pstats output.pstats | dot -Tpng -o output.png
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment