Home
last modified time | relevance | path

Searched defs:BenchmarkId (Results 1 – 20 of 20) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/criterion/src/
Dreport.rs65 pub struct BenchmarkId { struct
66 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 { impl
117 ) -> BenchmarkId { in new()
[all …]
Dbenchmark_group.rs273 fn run_bench<F, I>(&mut self, id: BenchmarkId, input: &I, f: F) in run_bench()
404 pub struct BenchmarkId { struct
408 impl BenchmarkId { argument
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 …]
Dcsv_report.rs27 id: &BenchmarkId, in write_data()
65 id: &BenchmarkId, in write_file()
79 id: &BenchmarkId, in measurement_complete()
Droutine.rs29 id: &BenchmarkId, in profile()
85 id: &BenchmarkId, in sample()
Dlib.rs1177 pub fn bench_with_input<F, I>(&mut self, id: BenchmarkId, input: &I, f: F) -> &mut Criterion<M> in bench_with_input()
/aosp_15_r20/external/rust/android-crates-io/crates/criterion/src/html/
Dmod.rs63 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()
/aosp_15_r20/external/rust/android-crates-io/crates/criterion/src/plot/gnuplot_backend/
Diteration_times.rs47 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()
Ddistributions.rs16 id: &BenchmarkId, in abs_distribution()
127 id: &BenchmarkId, in abs_distributions()
158 id: &BenchmarkId, in rel_distribution()
290 id: &BenchmarkId, in rel_distributions()
Dpdf.rs8 id: &BenchmarkId, in pdf()
228 id: &BenchmarkId, in pdf_small()
365 id: &BenchmarkId, in pdf_comparison()
380 id: &BenchmarkId, in pdf_comparison_small()
Dregression.rs97 id: &BenchmarkId, in regression()
117 id: &BenchmarkId, in regression_small()
246 id: &BenchmarkId, in regression_comparison()
264 id: &BenchmarkId, in regression_comparison_small()
Dsummary.rs39 all_curves: &[&(&BenchmarkId, Vec<f64>)], in line_comparison()
127 all_curves: &[&(&BenchmarkId, Vec<f64>)], in violin()
Dmod.rs206 all_curves: &[&(&BenchmarkId, Vec<f64>)], in line_comparison()
224 all_curves: &[&(&BenchmarkId, Vec<f64>)], in violin()
Dt_test.rs11 id: &BenchmarkId, in t_test()
/aosp_15_r20/external/rust/android-crates-io/crates/criterion/src/plot/plotters_backend/
Ddistributions.rs9 id: &BenchmarkId, in abs_distribution()
128 id: &BenchmarkId, in abs_distributions()
158 id: &BenchmarkId, in rel_distribution()
292 id: &BenchmarkId, in rel_distributions()
Dsummary.rs26 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()
Dpdf.rs113 id: &BenchmarkId, in pdf_small()
172 id: &BenchmarkId, in pdf()
Dmod.rs189 all_curves: &[&(&BenchmarkId, Vec<f64>)], in line_comparison()
207 all_curves: &[&(&BenchmarkId, Vec<f64>)], in violin()
/aosp_15_r20/external/rust/android-crates-io/crates/criterion/src/analysis/
Dcompare.rs17 id: &BenchmarkId, in common()
102 id: &BenchmarkId, in estimates()
Dmod.rs40 id: &BenchmarkId, in common()
261 fn base_dir_exists(id: &BenchmarkId, baseline: &str, output_directory: &Path) -> bool { in base_dir_exists()
/aosp_15_r20/external/rust/android-crates-io/crates/criterion/src/plot/
Dmod.rs91 all_curves: &[&(&BenchmarkId, Vec<f64>)], in line_comparison()
99 all_curves: &[&(&BenchmarkId, Vec<f64>)], in violin()