@hackage criterion0.5.0.7
Robust, reliable performance measurement and analysis
Categories
License
BSD-3-Clause
Maintainer
Bryan O'Sullivan <bos@serpentine.com>
Links
Versions
Installation
Dependencies (15)
- Chart >=0.13 && <0.15
- base <5
- bytestring >=0.9 && <1.0
- containers
- data-accessor
- deepseq >=1.1.0.0 Show all…
Dependents (1051)
@hackage/prometheus-effect, @hackage/transformations, @hackage/stream-monad, @hackage/pava, @hackage/posix-paths, @hackage/AlanDeniseEricLauren, Show all…
Package Flags
chart
(off by default)
enable use of the Chart package
gtk
(off by default)
enable displaying charts in GTK+ windows
Criterion: robust, reliable performance measurement
This package provides the Criterion module, a Haskell library for measuring and analysing the performance of Haskell programs.
To get started, read the documentation for the Criterion.Main module, and take a look at the programs in the examples directory.
Building and installing
To build and install criterion, just run
cabal install criterion
On Mac OS X, the Chart library that criterion uses is not available, so you'll have to build without it.
cabal install criterion -f-chart
This will lose you the ability to generate charts, but you'll still be able to generate CSV files and import them into your favourite spreadsheet, or gnuplot, or whatnot.
Get involved!
Please report bugs via the bitbucket issue tracker.
Master Mercurial repository:
hg clone http://bitbucket.org/bos/criterion
There's also a git mirror:
git clone git://github.com/bos/criterion.git
(You can create and contribute changes using either Mercurial or git.)
Authors
This library is written and maintained by Bryan O'Sullivan, bos@serpentine.com.