profilestats 1.0.2
Decorator for profiling individual functions and converting profiling data to the kcachegrind format.
This module contains a simple helper decorator which allows you to profile a function and write the profiling data to the filesystem in both the pstats and the kcachegrind format.
The decorator can be used as:
from profilestats import profile
@profile
def my_function(args, etc):
pass
| File | Type | Py Version | Uploaded on | Size | # downloads |
|---|---|---|---|---|---|
| profilestats-1.0.2.zip (md5) | Source | 2011-02-13 | 3KB | 512 | |
- Author: Hanno Schlichting
- Home Page: http://pypi.python.org/pypi/profilestats
- Keywords: profile kcachegrind
- License: BSD
- Categories
- Package Index Owner: hannosch
- DOAP record: profilestats-1.0.2.xml
