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')
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 details)
File details
Details for the file gprof-1.0.4.tar.gz.
File metadata
- Download URL: gprof-1.0.4.tar.gz
- Upload date:
- Size: 3.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
91c5a96fc979884a890176f92666ae00092db4351c03d154468e032f575e010e
|
|
| MD5 |
36850a335b021818a6fbb0f4a4de23d7
|
|
| BLAKE2b-256 |
638bca664aa11f7de7a71aafdd9e5c858e5dd443368114b67197986429f31623
|