| /external/rust/crates/criterion/src/ | 
| D | report.rs | 65 pub struct BenchmarkId {  struct66     pub group_id: String,
 67     pub function_id: Option<String>,
 68     pub value_str: Option<String>,
 69     pub throughput: Option<Throughput>,
 70     full_id: String,
 71     directory_name: String,
 72     title: String,
 111 impl BenchmarkId {  implementation
 117     ) -> 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()404 pub struct BenchmarkId {  struct
 408 impl BenchmarkId {  implementation
 441     ) -> BenchmarkId {  in new()
 450     pub fn from_parameter<P: ::std::fmt::Display>(parameter: P) -> BenchmarkId {  in from_parameter()
 464     pub(crate) fn no_function_with_input<P: ::std::fmt::Display>(parameter: P) -> BenchmarkId {  in no_function_with_input()
 474     impl Sealed for super::BenchmarkId {}  implementation
 480     fn into_benchmark_id(self) -> BenchmarkId;  in into_benchmark_id()
 482 impl IntoBenchmarkId for BenchmarkId {  implementation
 483     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 | lib.rs | 1177     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 | 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 | 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 | 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()119     all_curves: &[&(&'a BenchmarkId, Vec<f64>)],  in line_comparison_series_data()
 157     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()
 631         id: &BenchmarkId,  in generate_plots()
 719         all_ids: &[&'a BenchmarkId],  in load_summary_data()
 720     ) -> Vec<(&'a BenchmarkId, Vec<f64>)> {  in load_summary_data()
 741         id: &BenchmarkId,  in generate_summary()
 742         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 | 91         all_curves: &[&(&BenchmarkId, Vec<f64>)],  in line_comparison()99         all_curves: &[&(&BenchmarkId, Vec<f64>)],  in violin()
 
 |