Lines Matching refs:_context
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()
285 _context: &ReportContext, in measurement_complete()
292 _context: &ReportContext, in summarize()
297 fn final_summary(&self, _context: &ReportContext) {} in final_summary()
735 _context: &ReportContext, in measurement_start()