criterion-0.4.0: Robust, reliable performance measurement and analysisSource codeContentsIndex
Criterion.Monad
PortabilityGHC
Stabilityexperimental
Maintainerbos@serpentine.com
Description
The environment in which most criterion code executes.
Synopsis
data Criterion a
getConfig :: Criterion Config
getConfigItem :: (Config -> a) -> Criterion a
withConfig :: Config -> Criterion a -> IO a
Documentation
data Criterion a Source
The monad in which most criterion code executes.
show/hide Instances
getConfig :: Criterion ConfigSource
getConfigItem :: (Config -> a) -> Criterion aSource
withConfig :: Config -> Criterion a -> IO aSource
Produced by Haddock version 2.6.0