hpcflow.sdk.log.TimeIt#
- class hpcflow.sdk.log.TimeIt#
Bases:
object
Method execution time instrumentation.
Methods
Decorator for a method that is to have its execution time monitored.
Produce a human-readable summary of method execution time statistics.
Attributes
Whether the instrumentation is active.
Where to log to.
The details be tracked.
Traces of the stack.
Trace indices.
Preceding trace indices.
Preceding traces.
- classmethod decorator(func)#
Decorator for a method that is to have its execution time monitored.
- classmethod summarise_string()#
Produce a human-readable summary of method execution time statistics.
- Return type:
None