Skip to content

Version 1.0.2

Latest
Compare
Choose a tag to compare
@ruzickbelle ruzickbelle released this 06 Jun 19:07
3d9f8e6
  • timing.Timer.measure() will now stop the timer but not call the callback, when the given Callable raises an
    exception, similar to timing.Timer.__exit__().
  • Moved functions and timing.prevtimer to the module's __init__.py.
  • Minor docstring changes.