Class FractionalTimer
An object that measures runtimes, accumulates them and computes a running fraction of the recent runtimes over the corresponding elapsed time.
Declaration
class FractionalTimer
source linkDocumentation
Methods
▷ def __init__(self, n_samples, timer=thread_time) @property
def running_fraction(self)
Reexports