Classes | |
class | Profiler |
class | ProfilerCursor |
Functions | |
def | disable () |
def | enable () |
def | hdfExport (prefix, hdf) |
Variables | |
list | PROFILER_DATA = [] |
int | PROFILER_DEPTH = 0 |
int | PROFILER_ENABLED = 0 |
int | PROFILER_START = 0 |
def pyclearsilver.profiler.disable | ( | ) |
Definition at line 19 of file profiler.py.
def pyclearsilver.profiler.enable | ( | ) |
Definition at line 11 of file profiler.py.
def pyclearsilver.profiler.hdfExport | ( | prefix, | |
hdf | |||
) |
Definition at line 27 of file profiler.py.
list pyclearsilver.profiler.PROFILER_DATA = [] |
Definition at line 6 of file profiler.py.
int pyclearsilver.profiler.PROFILER_DEPTH = 0 |
Definition at line 9 of file profiler.py.
int pyclearsilver.profiler.PROFILER_ENABLED = 0 |
Definition at line 8 of file profiler.py.
int pyclearsilver.profiler.PROFILER_START = 0 |
Definition at line 7 of file profiler.py.