criterion-0.2.0: Robust, reliable performance measurement and analysisSource codeContentsIndex
Criterion.Environment
PortabilityGHC
Stabilityexperimental
Maintainerbos@serpentine.com
Description
Code for measuring and characterising the execution environment.
Synopsis
data Environment = Environment {
envClockResolution :: !Double
envClockCost :: !Double
}
measureEnvironment :: ConfigM Environment
Documentation
data Environment Source
Measured aspects of the execution environment.
Constructors
Environment
envClockResolution :: !DoubleClock resolution (in seconds).
envClockCost :: !DoubleThe cost of a single clock call (in seconds).
show/hide Instances
measureEnvironment :: ConfigM EnvironmentSource
Measure the execution environment.
Produced by Haddock version 2.6.0