criterion-1.0.0.2: Robust, reliable performance measurement and analysis

PortabilityGHC
Stabilityexperimental
Maintainerbos@serpentine.com
Safe HaskellNone

Criterion.IO

Description

Input and output actions.

Synopsis

Documentation

header :: ByteStringSource

The header identifies a criterion data file. This contains version information; there is no expectation of cross-version compatibility.

hGetReports :: Handle -> IO (Either String [Report])Source

Read all reports from the given Handle.

hPutReports :: Handle -> [Report] -> IO ()Source

Write reports to the given Handle.

readReports :: FilePath -> IO (Either String [Report])Source

Read all reports from the given file.

writeReports :: FilePath -> [Report] -> IO ()Source

Write reports to the given file.