You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add the ability to compare a timer to another value. (#13)
* Add the ability to compare a timer to another value.
This allows checking whether the last measured time is greater
or less than some 'reference' value.
This is useful if you want to display messages if some operation
has taken too long in the past.
* Use `last` for previous measurement
- also removes comparators, as timer.last can be used
for comparison
* fix import sorting in tests
* sort imports in timer file
* relax the assertion of measured time in test
0 commit comments