Home
last modified time | relevance | path

Searched refs:PlotConfiguration (Results 1 – 5 of 5) sorted by relevance

/external/rust/crates/criterion/src/
Dconnection.rs257 plot_config: PlotConfiguration,
308 pub struct PlotConfiguration { struct
311 impl From<&crate::PlotConfiguration> for PlotConfiguration { implementation
312 fn from(other: &crate::PlotConfiguration) -> Self { in from()
313 PlotConfiguration { in from()
Dbenchmark.rs8 use crate::{Bencher, Criterion, DurationExt, Mode, PlotConfiguration, SamplingMode, Throughput};
39 pub(crate) plot_config: PlotConfiguration,
52 plot_config: PlotConfiguration::default(), in default()
241 pub fn plot_config(mut self, new_config: PlotConfiguration) -> Self {
Dlib.rs728 plot_config: PlotConfiguration::default(), in final_summary()
1378 pub struct PlotConfiguration { struct
1382 impl Default for PlotConfiguration { implementation
1383 fn default() -> PlotConfiguration { in default()
1384 PlotConfiguration { in default()
1390 impl PlotConfiguration { impl
1394 pub fn summary_scale(mut self, new_scale: AxisScale) -> PlotConfiguration { in summary_scale() argument
Dbenchmark_group.rs9 use crate::{Bencher, Criterion, DurationExt, Mode, PlotConfiguration, SamplingMode, Throughput};
220 pub fn plot_config(&mut self, new_config: PlotConfiguration) -> &mut Self { in plot_config()
Dreport.rs10 use crate::{PlotConfiguration, Throughput};
252 pub plot_config: PlotConfiguration,