Lines Matching defs:ReportContext
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()
291 _context: &ReportContext, in measurement_complete()
298 _context: &ReportContext, in summarize()
303 fn final_summary(&self, _context: &ReportContext) {} in final_summary()
483 fn test_start(&self, id: &BenchmarkId, _: &ReportContext) { in test_start()
486 fn test_pass(&self, _: &BenchmarkId, _: &ReportContext) { in test_pass()
490 fn benchmark_start(&self, id: &BenchmarkId, _: &ReportContext) { in benchmark_start()
494 fn profile(&self, id: &BenchmarkId, _: &ReportContext, warmup_ns: f64) { in profile()
503 fn warmup(&self, id: &BenchmarkId, _: &ReportContext, warmup_ns: f64) { in warmup()
512 fn terminated(&self, id: &BenchmarkId, _: &ReportContext) { in terminated()
517 fn analysis(&self, id: &BenchmarkId, _: &ReportContext) { in analysis()
525 _: &ReportContext, in measurement_start()
549 _: &ReportContext, in measurement_complete()
739 _context: &ReportContext, in measurement_start()
750 _: &ReportContext, in measurement_complete()