Copyright | (c) 2014 Bryan O'Sullivan |
---|---|
License | BSD-style |
Maintainer | bos@serpentine.com |
Stability | experimental |
Portability | GHC |
Safe Haskell | Safe |
Language | Haskell98 |
Criterion.Main.Options
Description
Benchmarking command-line configuration.
Documentation
Execution mode for a benchmark program.
How to match a benchmark name.
defaultConfig :: Config #
Default benchmarking configuration.
Arguments
:: Config | Default configuration to use if options are not explicitly specified. |
-> Parser Mode |
Parse a command line.
describe :: Config -> ParserInfo Mode #
Flesh out a command line parser.
versionInfo :: String #
A string describing the version of this benchmark (really, the version of criterion that was used to build it).