| |
Methods defined here:
- __init__(self, func, file_name, func_name, line, runs=1)
- Profiling of the callable func.
file_name, func_name, line shall tell where func is defined.
runs is the number of calls which will be performed
- time(self, *args, **kwds)
- Time spent per-call in func(*args, **kwds)
Data descriptors defined here:
- __dict__
- dictionary for instance variables (if defined)
- __weakref__
- list of weak references to the object (if defined)
|