| 12882 | m_reporter->benchmarkPreparing(name); |
| 12883 | } |
| 12884 | void RunContext::benchmarkStarting( BenchmarkInfo const& info ) { |
| 12885 | m_reporter->benchmarkStarting( info ); |
| 12886 | } |
| 12887 | void RunContext::benchmarkEnded( BenchmarkStats<> const& stats ) { |
| 12888 | m_reporter->benchmarkEnded( stats ); |
| 12889 | } |
no test coverage detected