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

Safe HaskellSafe-Inferred

Test.SBench.File.Types

Synopsis

Documentation

data (Real a, Real b) => MetaInfo a b Source

Metainformation stored in the header of all .sbench files. Part of the MetaInfo entries are usually calculated automatically.

Constructors

MetaInfo 

Instances

(Show a, Real a, Show b, Real b) => Show (MetaInfo a b) 

data Real a => Range a Source

Constructors

AutoRange 
ManRange (a, a)