/external/rust/crates/criterion/src/ |
D | report.rs | 62 pub struct BenchmarkId { struct 63 pub group_id: String, 64 pub function_id: Option<String>, 65 pub value_str: Option<String>, 66 pub throughput: Option<Throughput>, 67 full_id: String, 68 directory_name: String, 69 title: String, 108 impl BenchmarkId { impl 114 ) -> BenchmarkId { in new() [all …]
|
D | benchmark_group.rs | 273 fn run_bench<F, I>(&mut self, id: BenchmarkId, input: &I, f: F) in run_bench() 403 pub struct BenchmarkId { struct 407 impl BenchmarkId { implementation 440 ) -> BenchmarkId { in new() 449 pub fn from_parameter<P: ::std::fmt::Display>(parameter: P) -> BenchmarkId { in from_parameter() 463 pub(crate) fn no_function_with_input<P: ::std::fmt::Display>(parameter: P) -> BenchmarkId { in no_function_with_input() 473 impl Sealed for super::BenchmarkId {} implementation 479 fn into_benchmark_id(self) -> BenchmarkId; in into_benchmark_id() 481 impl IntoBenchmarkId for BenchmarkId { implementation 482 fn into_benchmark_id(self) -> BenchmarkId { in into_benchmark_id() [all …]
|
D | csv_report.rs | 27 id: &BenchmarkId, in write_data() 65 id: &BenchmarkId, in write_file() 79 id: &BenchmarkId, in measurement_complete()
|
D | routine.rs | 29 id: &BenchmarkId, in profile() 85 id: &BenchmarkId, in sample()
|
D | benchmark.rs | 561 id: &BenchmarkId, in execute_benchmark()
|
D | lib.rs | 1168 pub fn bench_with_input<F, I>(&mut self, id: BenchmarkId, input: &I, f: F) -> &mut Criterion<M> in bench_with_input()
|
/external/rust/crates/criterion/src/plot/gnuplot_backend/ |
D | iteration_times.rs | 47 id: &BenchmarkId, in iteration_times() 67 id: &BenchmarkId, in iteration_times_small() 144 id: &BenchmarkId, in iteration_times_comparison() 160 id: &BenchmarkId, in iteration_times_comparison_small()
|
D | distributions.rs | 16 id: &BenchmarkId, in abs_distribution() 127 id: &BenchmarkId, in abs_distributions() 158 id: &BenchmarkId, in rel_distribution() 290 id: &BenchmarkId, in rel_distributions()
|
D | pdf.rs | 8 id: &BenchmarkId, in pdf() 228 id: &BenchmarkId, in pdf_small() 365 id: &BenchmarkId, in pdf_comparison() 380 id: &BenchmarkId, in pdf_comparison_small()
|
D | regression.rs | 97 id: &BenchmarkId, in regression() 117 id: &BenchmarkId, in regression_small() 246 id: &BenchmarkId, in regression_comparison() 264 id: &BenchmarkId, in regression_comparison_small()
|
D | summary.rs | 39 all_curves: &[&(&BenchmarkId, Vec<f64>)], in line_comparison() 127 all_curves: &[&(&BenchmarkId, Vec<f64>)], in violin()
|
D | t_test.rs | 11 id: &BenchmarkId, in t_test()
|
D | mod.rs | 206 all_curves: &[&(&BenchmarkId, Vec<f64>)], in line_comparison() 224 all_curves: &[&(&BenchmarkId, Vec<f64>)], in violin()
|
/external/rust/crates/criterion/src/plot/plotters_backend/ |
D | distributions.rs | 9 id: &BenchmarkId, in abs_distribution() 128 id: &BenchmarkId, in abs_distributions() 158 id: &BenchmarkId, in rel_distribution() 292 id: &BenchmarkId, in rel_distributions()
|
D | summary.rs | 26 all_curves: &[&(&BenchmarkId, Vec<f64>)], in line_comparison() 120 all_curves: &[&(&'a BenchmarkId, Vec<f64>)], in line_comparison_series_data() 158 all_curves: &[&(&BenchmarkId, Vec<f64>)], in violin()
|
D | pdf.rs | 113 id: &BenchmarkId, in pdf_small() 172 id: &BenchmarkId, in pdf()
|
D | mod.rs | 189 all_curves: &[&(&BenchmarkId, Vec<f64>)], in line_comparison() 207 all_curves: &[&(&BenchmarkId, Vec<f64>)], in violin()
|
/external/rust/crates/criterion/src/html/ |
D | mod.rs | 63 id: &BenchmarkId, in from_id() 298 id: &BenchmarkId, in measurement_complete() 406 all_ids: &[BenchmarkId], in summarize() 635 id: &BenchmarkId, in generate_plots() 723 all_ids: &[&'a BenchmarkId], in load_summary_data() 724 ) -> Vec<(&'a BenchmarkId, Vec<f64>)> { in load_summary_data() 745 id: &BenchmarkId, in generate_summary() 746 data: &[&(&BenchmarkId, Vec<f64>)], in generate_summary()
|
/external/rust/crates/criterion/src/analysis/ |
D | compare.rs | 17 id: &BenchmarkId, in common() 102 id: &BenchmarkId, in estimates()
|
D | mod.rs | 40 id: &BenchmarkId, in common() 261 fn base_dir_exists(id: &BenchmarkId, baseline: &str, output_directory: &Path) -> bool { in base_dir_exists()
|
/external/rust/crates/criterion/src/plot/ |
D | mod.rs | 89 all_curves: &[&(&BenchmarkId, Vec<f64>)], in line_comparison() 97 all_curves: &[&(&BenchmarkId, Vec<f64>)], in violin()
|