criterion-0.5.0.8: Robust, reliable performance measurement and analysis

PortabilityGHC
Stabilityexperimental
Maintainerbos@serpentine.com

Criterion.Plot

Description

Plotting functions.

Synopsis

Documentation

plotKDESource

Arguments

:: PlotOutput

The kind of output desired.

-> String

Benchmark name.

-> Maybe (Double, Double)

Range of x-axis

-> Points

Points at which KDE was computed.

-> Vector Double

Kernel density estimates.

-> IO () 

Plot kernel density estimate.

plotTimingSource

Arguments

:: PlotOutput

The kind of output desired.

-> String

Benchmark name.

-> Sample

Timing data.

-> IO () 

Plot timing data.