criterion-0.2.0: 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 -> UArr Double -> IO ()
plotTiming :: PlotOutput -> String -> Sample -> IO ()
plotWith :: Plot -> (PlotOutput -> IO ()) -> ConfigM ()
Documentation
plotKDESource
:: PlotOutputThe kind of output desired.
-> StringBenchmark name.
-> Maybe (Double :*: Double)Range of x-axis
-> PointsPoints at which KDE was computed.
-> UArr 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 ()) -> ConfigM ()Source
Produced by Haddock version 2.6.0