criterion-0.5.0.3: Robust, reliable performance measurement and analysisSource codeContentsIndex
Criterion.Plot
PortabilityGHC
Stabilityexperimental
Maintainerbos@serpentine.com
Description
Plotting functions.
Synopsis
plotKDE :: PlotOutput -> String -> Maybe (Double, Double) -> Points -> Vector Double -> IO ()
plotTiming :: PlotOutput -> String -> Sample -> IO ()
plotWith :: Plot -> (PlotOutput -> IO ()) -> Criterion ()
Documentation
plotKDESource
:: PlotOutputThe kind of output desired.
-> StringBenchmark name.
-> Maybe (Double, Double)Range of x-axis
-> PointsPoints at which KDE was computed.
-> Vector DoubleKernel density estimates.
-> IO ()
Plot kernel density estimate.
plotTimingSource
:: PlotOutputThe kind of output desired.
-> StringBenchmark name.
-> SampleTiming data.
-> IO ()
Plot timing data.
plotWith :: Plot -> (PlotOutput -> IO ()) -> Criterion ()Source
Produced by Haddock version 2.4.2