Skip to content

Instantly share code, notes, and snippets.

@mattip
Created February 7, 2020 11:40
profiling sphinx
/path/to/pypy2-HEAD/bin/pypy -mpip install pyprof2calltree
/path/to/pypy2-HEAD/bin/pypy -mcProfile -o /tmp/sphinx.prof runner.py --fast -b sphinx
# wait ~90 secs
/path/to/pypy2-HEAD/bin/pypy -mpyprof2calltree -i /tmp/sphinx.prof -k
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment