Searched refs:reports_impl (Results 1 – 1 of 1) sorted by relevance
/external/rust/crates/criterion/src/ |
D | report.rs | 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!( [all …]
|