Home
last modified time | relevance | path

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

/external/rust/crates/criterion/src/
Dconnection.rs164 typical_value, in serve_value_formatter()
167 let unit = formatter.scale_values(typical_value, &mut values); in serve_value_formatter()
174 typical_value, in serve_value_formatter()
178 let unit = formatter.scale_throughputs(typical_value, &throughput, &mut values); in serve_value_formatter()
212 typical_value: f64,
216 typical_value: f64,
Dmeasurement.rs43 fn scale_values(&self, typical_value: f64, values: &mut [f64]) -> &'static str; in scale_values()
54 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()