Searched refs:PlotConfiguration (Results 1 – 5 of 5) sorted by relevance
/external/rust/crates/criterion/src/ |
D | connection.rs | 257 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()
|
D | benchmark.rs | 8 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 {
|
D | lib.rs | 728 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
|
D | benchmark_group.rs | 9 use crate::{Bencher, Criterion, DurationExt, Mode, PlotConfiguration, SamplingMode, Throughput}; 220 pub fn plot_config(&mut self, new_config: PlotConfiguration) -> &mut Self { in plot_config()
|
D | report.rs | 10 use crate::{PlotConfiguration, Throughput}; 252 pub plot_config: PlotConfiguration,
|