Skip to content

Instantly share code, notes, and snippets.

@tueda
Last active March 21, 2024 12:30
Show Gist options
  • Select an option

  • Save tueda/00e68c7d411990006e05 to your computer and use it in GitHub Desktop.

Select an option

Save tueda/00e68c7d411990006e05 to your computer and use it in GitHub Desktop.
Python -> CProfile -> gprof2dot -> dot
python -m cProfile -o output.pstats path/to/your/script arg1 arg2
gprof2dot.py -f pstats output.pstats | dot -Tpdf -o output.pdf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment