criterion-0.5.0.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.
getConfig :: Criterion ConfigSource
getConfigItem :: (Config -> a) -> Criterion aSource
withConfig :: Config -> Criterion a -> IO aSource
Produced by Haddock version 2.6.0