microbench: Microbenchmark Haskell code
Microbenchmarking can be used to compare the speed of different approaches to the same operation. Since most code is very fast, to get accurate timing information you must run the operation many times and then divide to get the time per operation.
This library manages the microbenchmarking process: it finds how many iterations of a function are needed to get a good timing estimate per iteration and prints out a human-readable "Your code takes n nanoseconds to run, and can run n times per second".
Downloads
- microbench-0.1.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 0.1 |
---|---|
Dependencies | base, time [details] |
License | BSD-3-Clause |
Copyright | (c) 2008 Evan Martin <martine@danga.com> |
Author | Evan Martin |
Maintainer | martine@danga.com |
Category | Development |
Home page | http://neugierig.org/software/darcs/browse/?r=microbench;a=summary |
Uploaded | by EvanMartin at 2008-03-02T22:18:49Z |
Distributions | NixOS:0.1 |
Reverse Dependencies | 1 direct, 0 indirect [details] |
Downloads | 1502 total (12 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs uploaded by user Build status unknown [no reports yet] |