/external/rust/crates/criterion/src/ |
D | report.rs | 250 pub struct ReportContext { struct 254 impl ReportContext { argument 265 fn test_start(&self, _id: &BenchmarkId, _context: &ReportContext) {} in test_start() 266 fn test_pass(&self, _id: &BenchmarkId, _context: &ReportContext) {} in test_pass() 268 fn benchmark_start(&self, _id: &BenchmarkId, _context: &ReportContext) {} in benchmark_start() 269 fn profile(&self, _id: &BenchmarkId, _context: &ReportContext, _profile_ns: f64) {} in profile() 270 fn warmup(&self, _id: &BenchmarkId, _context: &ReportContext, _warmup_ns: f64) {} in warmup() 271 fn terminated(&self, _id: &BenchmarkId, _context: &ReportContext) {} in terminated() 272 fn analysis(&self, _id: &BenchmarkId, _context: &ReportContext) {} in analysis() 276 _context: &ReportContext, in measurement_start() [all …]
|
D | routine.rs | 31 report_context: &ReportContext, in profile() 88 report_context: &ReportContext, in sample()
|
/external/rust/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()
|
/external/rust/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()
|
/external/libcxx/utils/google-benchmark/src/ |
D | csv_reporter.cc | 40 bool CSVReporter::ReportContext(const Context& context) { in ReportContext() function in benchmark::CSVReporter
|
D | console_reporter.cc | 36 bool ConsoleReporter::ReportContext(const Context& context) { in ReportContext() function in benchmark::ConsoleReporter
|
D | json_reporter.cc | 67 bool JSONReporter::ReportContext(const Context& context) { in ReportContext() function in benchmark::JSONReporter
|
/external/llvm-project/libcxx/utils/google-benchmark/src/ |
D | csv_reporter.cc | 40 bool CSVReporter::ReportContext(const Context& context) { in ReportContext() function in benchmark::CSVReporter
|
D | console_reporter.cc | 36 bool ConsoleReporter::ReportContext(const Context& context) { in ReportContext() function in benchmark::ConsoleReporter
|
D | json_reporter.cc | 67 bool JSONReporter::ReportContext(const Context& context) { in ReportContext() function in benchmark::JSONReporter
|
/external/llvm-project/llvm/utils/benchmark/src/ |
D | csv_reporter.cc | 40 bool CSVReporter::ReportContext(const Context& context) { in ReportContext() function in benchmark::CSVReporter
|
D | console_reporter.cc | 36 bool ConsoleReporter::ReportContext(const Context& context) { in ReportContext() function in benchmark::ConsoleReporter
|
D | json_reporter.cc | 67 bool JSONReporter::ReportContext(const Context& context) { in ReportContext() function in benchmark::JSONReporter
|
/external/google-benchmark/src/ |
D | csv_reporter.cc | 52 bool CSVReporter::ReportContext(const Context& context) { in ReportContext() function in benchmark::CSVReporter
|
D | console_reporter.cc | 36 bool ConsoleReporter::ReportContext(const Context& context) { in ReportContext() function in benchmark::ConsoleReporter
|
/external/rust/crates/criterion/src/html/ |
D | mod.rs | 299 report_context: &ReportContext, in measurement_complete() 405 context: &ReportContext, in summarize() 531 fn final_summary(&self, report_context: &ReportContext) { in final_summary() 636 context: &ReportContext, in generate_plots() 747 report_context: &ReportContext, in generate_summary()
|
/external/llvm-project/llvm/utils/benchmark/test/ |
D | filter_test.cc | 17 virtual bool ReportContext(const Context& context) { in ReportContext() function in __anon46b36a520111::TestReporter
|
/external/llvm-project/libcxx/utils/google-benchmark/test/ |
D | filter_test.cc | 17 virtual bool ReportContext(const Context& context) { in ReportContext() function in __anon66d954cb0111::TestReporter
|
/external/google-benchmark/test/ |
D | filter_test.cc | 17 virtual bool ReportContext(const Context& context) { in ReportContext() function in __anon373c09640111::TestReporter
|
/external/libcxx/utils/google-benchmark/test/ |
D | filter_test.cc | 17 virtual bool ReportContext(const Context& context) { in ReportContext() function in __anon4467ee5d0111::TestReporter
|