SBench-0.2.0: A benchmark suite for runtime and heap measurements over a series of inputs.

Safe HaskellSafe-Inferred

Test.SBench.Space.OptionSet

Contents

Synopsis

Documentation

generalCOpts :: CompilerOptionsSource

  • Compiler options

Options always added when compiling for space profiling.

defltCOpts :: CompilerOptionsSource

default compiler options additional to generalCOpts.

Build options

defltRep :: Maybe RepetitionsSource

By default repetitions are calculated automatically

defltProfOpts :: ProfilingOptionsSource

Default profiling options.

defltTestOpts :: TestOptsSource

Default test options, i.e. default options for compiling and running a program for space profiling.