Lines Matching refs:reports_impl
311 macro_rules! reports_impl { macro
331 reports_impl!(fn test_start(&self, id: &BenchmarkId, context: &ReportContext));
332 reports_impl!(fn test_pass(&self, id: &BenchmarkId, context: &ReportContext));
333 reports_impl!(fn benchmark_start(&self, id: &BenchmarkId, context: &ReportContext));
334 reports_impl!(fn profile(&self, id: &BenchmarkId, context: &ReportContext, profile_ns: f64));
335 reports_impl!(fn warmup(&self, id: &BenchmarkId, context: &ReportContext, warmup_ns: f64));
336 reports_impl!(fn terminated(&self, id: &BenchmarkId, context: &ReportContext));
337 reports_impl!(fn analysis(&self, id: &BenchmarkId, context: &ReportContext));
338 reports_impl!(fn measurement_start(
346 reports_impl!(
354 reports_impl!(
362 reports_impl!(fn final_summary(&self, context: &ReportContext));
363 reports_impl!(fn group_separator(&self, ));