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
| Version | 0.1.0.0 |
|---|---|
| Dependencies | base (≥4.5 & <5.0), deepseq (1.3.*), ghc-prim (≥0.2 & <0.4), time (1.4.*) |
| License | BSD3 |
| Copyright | John W. Lato, 2012 |
| Author | John Lato |
| Maintainer | jwlato@gmail.com |
| Category | Testing |
| Source repository | git clone https://github.com/JohnLato/chronograph |
| Upload date | Fri Nov 9 01:21:11 UTC 2012 |
| Uploaded by | JohnLato |
| Built on | ghc-7.6 |
Modules
- Data
Downloads
- chronograph-0.1.0.0.tar.gz (Cabal source package)
- package description (included in the package)