Module zut.perf

Measurement of elapsed time and memory consumption.

Functions

get_tracking_info()

log_tracking_elapsed(start, *[, prefix, level])

track([func, force, level])

A decorator to track performance of a function.

Classes

TrackingInfo

alias of TrackStart