criterion-1.0.0.1: Robust, reliable performance measurement and analysis

PortabilityGHC
Stabilityexperimental
Maintainerbos@serpentine.com
Safe HaskellNone

Criterion.IO.Printf

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.

writeCsv :: ToRecord a => a -> Criterion ()Source

Write a record to a CSV file.