Skip to content

Performance Testing

Keith Sterling edited this page May 31, 2017 · 2 revisions

I currently use a combination of CProfile, pyprof2calltree, and qcachegrind

Based on the blog Profiling Python using cProfile

cProfile Already installed as default to Python 3

Install pyprof2calltree pip3 install pyprof2calltree

qcachegrind brew install qcachegrind

Clone this wiki locally