Home
last modified time | relevance | path

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

/external/rust/crates/criterion/src/
Dreport.rs62 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 { implementation
114 ) -> BenchmarkId { in new()
[all …]
Dbenchmark_group.rs273 fn run_bench<F, I>(&mut self, id: BenchmarkId, input: &I, f: F) in run_bench()
403 pub struct BenchmarkId { struct
407 impl BenchmarkId { argument
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 …]
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()
Dbenchmark.rs561 id: &BenchmarkId, in execute_benchmark()
Dlib.rs1168 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/
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()
Dt_test.rs11 id: &BenchmarkId, in t_test()
Dmod.rs206 all_curves: &[&(&BenchmarkId, Vec<f64>)], in line_comparison()
224 all_curves: &[&(&BenchmarkId, Vec<f64>)], in violin()
/external/rust/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()
120 all_curves: &[&(&'a BenchmarkId, Vec<f64>)], in line_comparison_series_data()
158 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()
/external/rust/crates/criterion/src/html/
Dmod.rs63 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/
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()
/external/rust/crates/criterion/src/plot/
Dmod.rs89 all_curves: &[&(&BenchmarkId, Vec<f64>)], in line_comparison()
97 all_curves: &[&(&BenchmarkId, Vec<f64>)], in violin()