Created
February 7, 2020 11:40
-
-
Save mattip/0a62ad95f42175cf8b4ba7935cbcca4f to your computer and use it in GitHub Desktop.
profiling sphinx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/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