jade.utils.timing_utils.track_timing¶
- jade.utils.timing_utils.track_timing(collector)[source]¶
Decorator to track statistics on a function’s execution time.
- Parameters:
collector (TimerStatsCollector)
Decorator to track statistics on a function’s execution time.
collector (TimerStatsCollector)