Home
last modified time | relevance | path

Searched refs:typical_value (Results 1 – 4 of 4) sorted by relevance

/external/rust/crates/criterion/src/
Dconnection.rs179 typical_value, in serve_value_formatter()
182 let unit = formatter.scale_values(typical_value, &mut values); in serve_value_formatter()
189 typical_value, in serve_value_formatter()
193 let unit = formatter.scale_throughputs(typical_value, &throughput, &mut values); in serve_value_formatter()
227 typical_value: f64,
231 typical_value: f64,
Dmeasurement.rs42 fn scale_values(&self, typical_value: f64, values: &mut [f64]) -> &'static str; in scale_values()
53 typical_value: f64, in scale_throughputs()
/external/rust/crates/criterion/src/plot/plotters_backend/
Diteration_times.rs77 let typical_value = Sample::new(&all_data).max(); in iteration_times_comparison_figure() localVariable
78 let unit = formatter.scale_values(typical_value, &mut all_data); in iteration_times_comparison_figure()
/external/rust/crates/criterion/src/plot/gnuplot_backend/
Diteration_times.rs93 let typical_value = Sample::new(&all_data).max(); in iteration_times_comparison_figure() localVariable
94 let unit = formatter.scale_values(typical_value, &mut all_data); in iteration_times_comparison_figure()