chronograph-0.1.0.0: measure timings of data evaluation

The chronograph package

The Chronograph data structure adds a measure field to an existing Haskell expression. This field will be the time necessary to evaluate the expression using an arbitrary evaluation strategy (WHNF by default).

Chronograph preserves laziness, so that the work of performing the evaluation is only done after the result is demanded.

If you want to benchmark your program, you should look to other packages like Criterion that perform statistical analysis of your results so you can determine how reliable they are. Chronograph just takes measurements, leaving the interpretation entirely to you.

Properties

Version0.1.0.0
Dependenciesbase (≥4.5 & <5.0), deepseq (1.3.*), ghc-prim (≥0.2 & <0.4), time (1.4.*)
LicenseBSD3
CopyrightJohn W. Lato, 2012
AuthorJohn Lato
Maintainerjwlato@gmail.com
CategoryTesting
Source repositorygit clone https://github.com/JohnLato/chronograph
Upload dateFri Nov 9 01:21:11 UTC 2012
Uploaded byJohnLato
Built onghc-7.6

Modules

Downloads