jade.utils.timing_utils¶
Utility functions for timing measurements.
Functions
|
Returns a string with the time converted to reasonable units. |
|
Decorator to measure and logger.debug a function's execution time. |
|
Decorator to measure and logger.info a function's execution time. |
|
Decorator to track statistics on a function's execution time. |
Classes
|
Times a code block. |
|
Tracks timing stats for one code block. |
Collects statistics for timed code segments. |