Contents:
Dev & Reference
Bases: object
object
Tracks timing stats for one code block.
Methods
get_stats()
get_stats
Get the current stats summary.
log_stats()
log_stats
Log a summary of the stats.
update(duration)
update
Update the stats with a new timing.
dict