hackageDB :: [Package]

Built with Cabal

The microbench package (version 0.1)

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".

Dependenciesbase, time
LicenseBSD3
Copyright(c) 2008 Evan Martin <martine@danga.com>
AuthorEvan Martin
Maintainermartine@danga.com
CategoryDevelopment
Home pagehttp://neugierig.org/software/darcs/browse/?r=microbench;a=summary
Exposed modulesMicrobench
Upload dateSun Mar 2 14:18:49 PST 2008
Uploaded byEvanMartin
Built onghc-6.8

Downloads