timeit

Time monadic computations with an IO base.

https://github.com/merijn/timeit

Version on this page:2.0
LTS Haskell 22.14:2.0@rev:2
Stackage Nightly 2024-03-28:2.0@rev:2
Latest on Hackage:2.0@rev:2

See all snapshots timeit appears in

BSD-3-Clause licensed by Lennart Augustsson
Maintained by Merijn Verstraaten, Lennart Augustsson
This version can be pinned in stack with:timeit-2.0@sha256:b714dc9e70179f7e21dd9d9e2d3bb9b45838674a0f505b040bd63a51d4109b90,1150

Module documentation for 2.0

  • System
    • System.TimeIt
Depends on 1 package(full list with versions):

A simple wrapper to show the used CPU time of monadic computation with an IO base.

Changes

2.0

  • Generalise timeIt and timeItT to work for any MonadIO
  • Added timeItShow and timeItNamed