| Trees | Indices | Help |
|
|---|
|
|
Profiling helpers
| Classes | |
|
KCacheGrind Convert a profile.Stats object into data
suitable for visualisation in KCacheGrind.
|
|
| Functions | |||
|
|||
|
|||
Imports: cProfile
| Function Details |
Decorator profiling the decorated callable using cProfile. It outputs
the result both in the console and in a file suitable for visualisation
in KCacheGrind.
Usage example:
@profileit
def my_function(arg1, ...):
...
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Tue Dec 1 10:54:20 2009 | http://epydoc.sourceforge.net |