Module e.c.u.profiling

Part of elisa.core.utils

Profiling helpers
Line # Kind Name Docs
15 Function label Undocumented
21 Class KCacheGrind Convert a profile.Stats object into data suitable for visualisation
86 Function profileit Decorator profiling the decorated callable using cProfile. It outputs
def label(code):
Undocumented
def profileit(func):
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, ...):
        ...
API Documentation for Elisa Media Center, generated by pydoctor at 2009-03-09 17:49:57.