About

Metadata

  • Last updated , by debugito
  • License BSD-3-Clause
  • Maintained by: Toshio Ito <debug.ito@gmail.com>

  • Lottery factor: 1

Links

Installation

Package Flags

Use the -f option with cabal commands to enable 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

Readme

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