This library provides a powerful but simple way to measure software performance. It provides both a framework for executing and analysing benchmarks and a set of driver functions that makes it easy to build and run benchmarks, and to analyse their results. The fastest way to get started is to read the online tutorial, followed by the documentation and examples in the Criterion.Main module. For examples of the kinds of reports that criterion generates, see the home page.


Keywords
bsd3, development, library, performance, program, testing, Propose Tags, online tutorial, Criterion.Main, the home page, Skip to Readme, , Index, Quick Jump, Criterion, Criterion.Analysis, Criterion.IO, Criterion.IO.Printf, Criterion.Internal, Criterion.Main.Options, Criterion.Monad, Criterion.Report, Criterion.Types, More info, criterion-1.6.3.0.tar.gz, browse, Package description, Package maintainers, BryanOSullivan, RyanNewton, ryanglscott, edit package information , examples directory, github issue tracker, github repository, bos@serpentine.com
License
BSD-3-Clause
Install
cabal install criterion-1.4.0.0

Documentation

Criterion: robust, reliable performance measurement

Hackage Build Status

This package provides the Criterion module, a Haskell library for measuring and analysing software performance.

To get started, read the online tutorial, and take a look at the programs in the examples directory.

Get involved!

Please report bugs via the github issue tracker.

Master github repository:

  • git clone https://github.com/haskell/criterion.git

Authors

This library is written and maintained by Bryan O'Sullivan, bos@serpentine.com.