| 12261 | m_reporter->benchmarkPreparing(name); |
| 12262 | } |
| 12263 | void RunContext::benchmarkStarting( BenchmarkInfo const& info ) { |
| 12264 | m_reporter->benchmarkStarting( info ); |
| 12265 | } |
| 12266 | void RunContext::benchmarkEnded( BenchmarkStats<> const& stats ) { |
| 12267 | m_reporter->benchmarkEnded( stats ); |
| 12268 | } |
no test coverage detected