Releases: ruzickbelle/python-timing
Releases · ruzickbelle/python-timing
Version 1.0.2
timing.Timer.measure()
will now stop the timer but not call the callback, when the givenCallable
raises an
exception, similar totiming.Timer.__exit__()
.- Moved functions and
timing.prevtimer
to the module's__init__.py
. - Minor docstring changes.
Version 1.0.1
- Initial Release