A timer class.
Classes defined in module timer
A class for measuring elapsed time.
Methods
Start the timer.
Read the timer.
This returns the elapsed time since the last reset (or the creation of the timer) as a datetime.timedelta object.
Return the timer readings in seconds.
The default return value is a rounded integer number of seconds. With rounded == False, a floating point value with granularity of 1 microsecond is returned.
Functions defined in module timer