criterion-0.1.2: Benchmarking, Performance, TestingSource codeContentsIndex
Criterion.Plot
PortabilityGHC
Stabilityexperimental
Maintainerbos@serpentine.com
Description
Plotting functions.
Synopsis
plotKDE :: PlotOutput -> String -> Points -> UArr Double -> IO ()
plotTiming :: PlotOutput -> String -> Sample -> IO ()
plotWith :: Plot -> Config -> (PlotOutput -> IO ()) -> IO ()
Documentation
plotKDESource
:: PlotOutputThe kind of output desired.
-> StringBenchmark name.
-> 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 -> Config -> (PlotOutput -> IO ()) -> IO ()Source
Produced by Haddock version 2.6.0