@hackage stopwatch0.1.0.4
A simple stopwatch utility
Installation
Dependencies (3)
- base >=2 && <5.0
- clock >=0.5 && <0.8
- transformers >=0.3.0 && <0.6 Show all…
Dependents (2)
@hackage/acme-everything, @hackage/cuckoo
Package Flags
test_delay_upper_bound
(off by default)
Enable test of checking delay upper bound
test_threaded
(off by default)
Enable -threaded option when building the test
stopwatch
A simple stopwatch utility for Haskell.
How to run tests
cabal configure --enable-tests && cabal build && cabal test
Important test flag
test_delay_upper_bound: Default: False. If True, the test checks the return value ofstopWatchwith upper bounds. If False, it doesn't check upper bounds. It checks lower bounds only.
Author
Toshio Ito debug.ito@gmail.com