Greenlet profiler. Measures CPU time (instead of wall time) and designed specially for greenlets.
Project description
Measures CPU time (instead of wall time) and designed specially for greenlets. Can help you to find CPU heavy parts of your code and improve responsiveness of your gevent-based application.
Example usage:
from gprof import GProfiler
p = GProfiler()
p.start()
myapplication.run()
p.stop()
p.save('profile')
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
gprof-1.0.4.tar.gz
(3.2 kB
view hashes)