stopwatch: A simple stopwatch utility

[ bsd3, control, library ] [ Propose Tags ]

A simple stopwatch utility


[Skip to Readme]

Modules

[Index]

Flags

Automatic Flags
NameDescriptionDefault
test_delay_upper_bound

Enable test of checking delay upper bound

Disabled
test_threaded

Enable -threaded option when building the test

Disabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0, 0.1.0.1, 0.1.0.2, 0.1.0.3, 0.1.0.4, 0.1.0.5, 0.1.0.6
Change log ChangeLog.md
Dependencies base (>=2 && <6), clock (>=0.5 && <0.8), transformers (>=0.3.0 && <0.6) [details]
License BSD-3-Clause
Author Toshio Ito <debug.ito@gmail.com>
Maintainer Toshio Ito <debug.ito@gmail.com>
Category Control
Home page https://github.com/debug-ito/stopwatch
Bug tracker https://github.com/debug-ito/stopwatch/issues
Source repo head: git clone https://github.com/debug-ito/stopwatch.git
Uploaded by debugito at 2016-05-03T12:26:22Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 4997 total (31 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2016-11-26 [all 1 reports]

Readme for stopwatch-0.1.0.1

[back to package description]

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 of stopWatch with upper bounds. If False, it doesn't check upper bounds. It checks lower bounds only.

Author

Toshio Ito debug.ito@gmail.com