Home
last modified time | relevance | path

Searched refs:plotting_backend (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/criterion/src/
Dlib.rs496 pub fn plotting_backend(mut self, backend: PlottingBackend) -> Criterion<M> { in plotting_backend() method
927 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()
/external/rust/crates/criterion/
DCHANGELOG.md90 - Added `Criterion::plotting_backend()` function to configure the plotting backend in code.