Home
last modified time | relevance | path

Searched defs:ReportContext (Results 1 – 24 of 24) sorted by relevance

/external/rust/crates/criterion/src/
Dreport.rs256 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 …]
Droutine.rs31 report_context: &ReportContext, in profile()
88 report_context: &ReportContext, in sample()
Dcsv_report.rs80 context: &ReportContext, in measurement_complete()
/external/rust/crates/criterion/src/plot/gnuplot_backend/
Diteration_times.rs48 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()
Ddistributions.rs17 context: &ReportContext, in abs_distribution()
128 context: &ReportContext, in abs_distributions()
159 context: &ReportContext, in rel_distribution()
291 context: &ReportContext, in rel_distributions()
Dregression.rs98 context: &ReportContext, in regression()
118 context: &ReportContext, in regression_small()
247 context: &ReportContext, in regression_comparison()
265 context: &ReportContext, in regression_comparison_small()
Dpdf.rs9 context: &ReportContext, in pdf()
229 context: &ReportContext, in pdf_small()
366 context: &ReportContext, in pdf_comparison()
381 context: &ReportContext, in pdf_comparison_small()
Dt_test.rs12 context: &ReportContext, in t_test()
/external/rust/crates/criterion/src/plot/plotters_backend/
Ddistributions.rs10 context: &ReportContext, in abs_distribution()
129 context: &ReportContext, in abs_distributions()
159 context: &ReportContext, in rel_distribution()
293 context: &ReportContext, in rel_distributions()
Dpdf.rs114 context: &ReportContext, in pdf_small()
173 context: &ReportContext, in pdf()
/external/libcxx/utils/google-benchmark/src/
Dcsv_reporter.cc40 bool CSVReporter::ReportContext(const Context& context) { in ReportContext() function in benchmark::CSVReporter
Dconsole_reporter.cc36 bool ConsoleReporter::ReportContext(const Context& context) { in ReportContext() function in benchmark::ConsoleReporter
Djson_reporter.cc67 bool JSONReporter::ReportContext(const Context& context) { in ReportContext() function in benchmark::JSONReporter
/external/google-benchmark/src/
Dcsv_reporter.cc52 bool CSVReporter::ReportContext(const Context& context) { in ReportContext() function in benchmark::CSVReporter
Dconsole_reporter.cc36 bool ConsoleReporter::ReportContext(const Context& context) { in ReportContext() function in benchmark::ConsoleReporter
Djson_reporter.cc99 bool JSONReporter::ReportContext(const Context& context) { in ReportContext() function in benchmark::JSONReporter
/external/rust/crates/criterion/src/html/
Dmod.rs299 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()
/external/libcxx/utils/google-benchmark/test/
Dfilter_test.cc17 virtual bool ReportContext(const Context& context) { in ReportContext() function in __anondec09d7b0111::TestReporter
Dskip_with_error_test.cc13 virtual bool ReportContext(const Context& context) { in ReportContext() function in __anon11fed0f00111::TestReporter
Doutput_test_helper.cc137 virtual bool ReportContext(const Context& context) { in ReportContext() function in internal::__anon94eb62650111::TestReporter
/external/google-benchmark/test/
Dfilter_test.cc17 virtual bool ReportContext(const Context& context) { in ReportContext() function in __anonbfcdcfc20111::TestReporter
Dskip_with_error_test.cc13 virtual bool ReportContext(const Context& context) { in ReportContext() function in __anona0f283170111::TestReporter
Doutput_test_helper.cc142 virtual bool ReportContext(const Context& context) { in ReportContext() function in internal::__anon872e5ecc0111::TestReporter
/external/rust/crates/criterion/src/analysis/
Dmod.rs44 report_context: &ReportContext, in common()