BSD-3-Clause licensed and maintained by Toshio Ito
This version can be pinned in stack with:stopwatch-0.1.0.1@sha256:ddf2eb78609be2c7a0a37ac03067b0623bad75f10374eab7fd2fe7fad699c516,2172

Module documentation for 0.1.0.1

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 [email protected]

Changes

Revision history for stopwatch

0.1.0.1 – 2016-05-03

  • Expand dependency version ranges for transformers and clock.

  • Loosen the test. Now it checks only lower bounds of the measured delay, not upper bounds. This is because in some environments, it’s difficult to ensure the upper bounds.

0.1.0 – 2015-09-13

  • First version. Released on an unsuspecting world.