criterion-0.8.1.0: Robust, reliable performance measurement and analysis

Copyright(c) 2009, 2010 Bryan O'Sullivan
LicenseBSD-style
Maintainerbos@serpentine.com
Stabilityexperimental
PortabilityGHC
Safe HaskellSafe-Inferred
LanguageHaskell98

Criterion.Measurement

Description

Benchmark measurement code.

Documentation

runForAtLeast :: Double -> Int -> (Int -> IO a) -> IO (Double, Int, a)

time :: IO a -> IO (Double, a)

time_ :: IO a -> IO Double