name: criterion version: 0.8.1.0 x-revision: 1 synopsis: Robust, reliable performance measurement and analysis license: BSD3 license-file: LICENSE author: Bryan O'Sullivan maintainer: Bryan O'Sullivan copyright: 2009-2013 Bryan O'Sullivan category: Development, Performance, Testing, Benchmarking homepage: https://github.com/bos/criterion bug-reports: https://github.com/bos/criterion/issues build-type: Simple cabal-version: >= 1.6 extra-source-files: README.markdown examples/*.hs examples/*.html data-files: templates/js/excanvas-r3.min.js templates/js/jquery-1.6.4.min.js templates/js/jquery.criterion.js templates/js/jquery.flot-0.7.min.js templates/*.css templates/*.tpl description: 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 documentation and examples in the Criterion.Main module. . For an example of the kinds of reports that criterion generates, see . library exposed-modules: Criterion Criterion.Analysis Criterion.Analysis.Types Criterion.Config Criterion.Environment Criterion.IO Criterion.IO.Printf Criterion.Main Criterion.Measurement Criterion.Monad Criterion.Report Criterion.Types other-modules: Criterion.Internal Paths_criterion build-depends: aeson >= 0.3.2.12, base < 4.8, binary >= 0.6.3.0, bytestring >= 0.9 && < 1.0, containers, deepseq >= 1.1.0.0, directory, filepath, Glob >= 0.7.2, hastache >= 0.6.0, mtl >= 2, mwc-random >= 0.8.0.3, parsec >= 3.1.0, statistics >= 0.11, text >= 0.11, time, transformers, vector >= 0.7.1, vector-algorithms >= 0.4 if impl(ghc < 7.6) build-depends: ghc-prim ghc-options: -O2 -Wall -funbox-strict-fields if impl(ghc >= 6.8) ghc-options: -fwarn-tabs source-repository head type: git location: git://github.com/bos/criterion.git