Searched refs:plotting_backend (Results 1 – 2 of 2) sorted by relevance
496 pub fn plotting_backend(mut self, backend: PlottingBackend) -> Criterion<M> { in plotting_backend() method927 Some("gnuplot") => self = self.plotting_backend(PlottingBackend::Gnuplot), in configure_from_args()928 Some("plotters") => self = self.plotting_backend(PlottingBackend::Plotters), in configure_from_args()
90 - Added `Criterion::plotting_backend()` function to configure the plotting backend in code.