Skip to content

Instantly share code, notes, and snippets.

@junzis
Last active November 3, 2017 14:21
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 junzis/8a3c1fb02bc84ec8389073c85e3a69f5 to your computer and use it in GitHub Desktop.
Save junzis/8a3c1fb02bc84ec8389073c85e3a69f5 to your computer and use it in GitHub Desktop.
python profiling
python -m cProfile -o profile.pstats script.py
gprof2dot -f pstats profile.pstats | dot -Tsvg -o profile.svg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment