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 HaskellNone
LanguageHaskell98

Criterion.Environment

Description

Code for measuring and characterising the execution environment.

Synopsis

Documentation

data Environment

Measured aspects of the execution environment.

Constructors

Environment 

Fields

envClockResolution :: !Double

Clock resolution (in seconds).

envClockCost :: !Double

The cost of a single clock call (in seconds).

measureEnvironment :: Criterion Environment

Measure the execution environment.