| Portability | GHC |
|---|---|
| Stability | experimental |
| Maintainer | bos@serpentine.com |
Criterion.Plot
Description
Plotting functions.
Documentation
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.
Arguments
| :: PlotOutput | The kind of output desired. |
| -> String | Benchmark name. |
| -> Sample | Timing data. |
| -> IO () |
Plot timing data.