Skip to content

Instantly share code, notes, and snippets.

@geoHeil
Created July 31, 2017 15:59
Show Gist options
  • Save geoHeil/d47238396f1d7d350eae15265e882afc to your computer and use it in GitHub Desktop.
Save geoHeil/d47238396f1d7d350eae15265e882afc to your computer and use it in GitHub Desktop.
python profiling
@geoHeil
Copy link
Author

geoHeil commented Jul 31, 2017

snakeviz profile_dump.prof # really great visualization
gprof2dot -f pstats profile_dump.prof | dot -Tpng -o profile_graph.png

to create a nice picture

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment