criterion-0.6.0.1: Robust, reliable performance measurement and analysis

PortabilityGHC
Stabilityexperimental
Maintainerbos@serpentine.com

Criterion.IO

Description

Input and output actions.

Synopsis

Documentation

class CritHPrintfType a Source

An internal class that acts like Printf/HPrintf.

The implementation is visible to the rest of the program, but the details of the class are not.

note :: CritHPrintfType r => String -> rSource

Print a "normal" note.

printError :: CritHPrintfType r => String -> rSource

Print an error message.

prolix :: CritHPrintfType r => String -> rSource

Print verbose output.

summary :: String -> Criterion ()Source

Add to summary CSV (if applicable)