/aosp_15_r20/external/rust/android-crates-io/crates/criterion/src/ |
D | report.rs | 256 pub struct ReportContext { struct 260 impl ReportContext { impl 271 fn test_start(&self, _id: &BenchmarkId, _context: &ReportContext) {} in test_start() 272 fn test_pass(&self, _id: &BenchmarkId, _context: &ReportContext) {} in test_pass() 274 fn benchmark_start(&self, _id: &BenchmarkId, _context: &ReportContext) {} in benchmark_start() 275 fn profile(&self, _id: &BenchmarkId, _context: &ReportContext, _profile_ns: f64) {} in profile() 276 fn warmup(&self, _id: &BenchmarkId, _context: &ReportContext, _warmup_ns: f64) {} in warmup() 277 fn terminated(&self, _id: &BenchmarkId, _context: &ReportContext) {} in terminated() 278 fn analysis(&self, _id: &BenchmarkId, _context: &ReportContext) {} in analysis() 282 _context: &ReportContext, in measurement_start() [all …]
|
D | routine.rs | 31 report_context: &ReportContext, in profile() 88 report_context: &ReportContext, in sample()
|
/aosp_15_r20/external/rust/android-crates-io/crates/criterion/src/plot/gnuplot_backend/ |
D | iteration_times.rs | 48 context: &ReportContext, in iteration_times() 68 context: &ReportContext, in iteration_times_small() 145 context: &ReportContext, in iteration_times_comparison() 161 context: &ReportContext, in iteration_times_comparison_small()
|
D | distributions.rs | 17 context: &ReportContext, in abs_distribution() 128 context: &ReportContext, in abs_distributions() 159 context: &ReportContext, in rel_distribution() 291 context: &ReportContext, in rel_distributions()
|
D | pdf.rs | 9 context: &ReportContext, in pdf() 229 context: &ReportContext, in pdf_small() 366 context: &ReportContext, in pdf_comparison() 381 context: &ReportContext, in pdf_comparison_small()
|
D | regression.rs | 98 context: &ReportContext, in regression() 118 context: &ReportContext, in regression_small() 247 context: &ReportContext, in regression_comparison() 265 context: &ReportContext, in regression_comparison_small()
|
D | t_test.rs | 12 context: &ReportContext, in t_test()
|
/aosp_15_r20/external/rust/android-crates-io/crates/criterion/src/plot/plotters_backend/ |
D | distributions.rs | 10 context: &ReportContext, in abs_distribution() 129 context: &ReportContext, in abs_distributions() 159 context: &ReportContext, in rel_distribution() 293 context: &ReportContext, in rel_distributions()
|
D | pdf.rs | 114 context: &ReportContext, in pdf_small() 173 context: &ReportContext, in pdf()
|
/aosp_15_r20/external/rust/android-crates-io/crates/criterion/src/html/ |
D | mod.rs | 299 report_context: &ReportContext, in measurement_complete() 405 context: &ReportContext, in summarize() 527 fn final_summary(&self, report_context: &ReportContext) { in final_summary() 632 context: &ReportContext, in generate_plots() 743 report_context: &ReportContext, in generate_summary()
|
/aosp_15_r20/external/google-benchmark/test/ |
H A D | benchmark_min_time_flag_iters_test.cc | 16 virtual bool ReportContext(const Context& context) BENCHMARK_OVERRIDE { in ReportContext() function in __anon18517b080111::TestReporter
|
H A D | spec_arg_test.cc | 20 bool ReportContext(const Context& context) override { in ReportContext() function in __anon413c02510111::TestReporter
|
H A D | benchmark_min_time_flag_time_test.cc | 22 virtual bool ReportContext(const Context& context) BENCHMARK_OVERRIDE { in ReportContext() function in __anon85e7f8b00111::TestReporter
|
H A D | filter_test.cc | 17 bool ReportContext(const Context& context) override { in ReportContext() function in __anonf71334130111::TestReporter
|
/aosp_15_r20/external/cronet/third_party/google_benchmark/src/test/ |
H A D | benchmark_min_time_flag_iters_test.cc | 16 virtual bool ReportContext(const Context& context) BENCHMARK_OVERRIDE { in ReportContext() function in __anonc86091840111::TestReporter
|
H A D | spec_arg_test.cc | 20 bool ReportContext(const Context& context) override { in ReportContext() function in __anonb86da34d0111::TestReporter
|
H A D | benchmark_min_time_flag_time_test.cc | 22 virtual bool ReportContext(const Context& context) BENCHMARK_OVERRIDE { in ReportContext() function in __anon54f02fac0111::TestReporter
|
H A D | benchmark_random_interleaving_gtest.cc | 41 bool ReportContext(const Context& /*context*/) override { return true; } in ReportContext() function in benchmark::internal::__anoncd645d020111::NullReporter
|
/aosp_15_r20/external/libcxx/utils/google-benchmark/src/ |
H A D | csv_reporter.cc | 40 bool CSVReporter::ReportContext(const Context& context) { in ReportContext() function in benchmark::CSVReporter
|
H A D | console_reporter.cc | 36 bool ConsoleReporter::ReportContext(const Context& context) { in ReportContext() function in benchmark::ConsoleReporter
|
/aosp_15_r20/external/cronet/third_party/google_benchmark/src/src/ |
H A D | csv_reporter.cc | 56 bool CSVReporter::ReportContext(const Context& context) { in ReportContext() function in benchmark::CSVReporter
|
H A D | console_reporter.cc | 37 bool ConsoleReporter::ReportContext(const Context& context) { in ReportContext() function in benchmark::ConsoleReporter
|
/aosp_15_r20/external/google-benchmark/src/ |
H A D | csv_reporter.cc | 56 bool CSVReporter::ReportContext(const Context& context) { in ReportContext() function in benchmark::CSVReporter
|
H A D | console_reporter.cc | 37 bool ConsoleReporter::ReportContext(const Context& context) { in ReportContext() function in benchmark::ConsoleReporter
|
/aosp_15_r20/external/libcxx/utils/google-benchmark/test/ |
H A D | filter_test.cc | 17 virtual bool ReportContext(const Context& context) { in ReportContext() function in __anond3fabd6c0111::TestReporter
|