| 12664 | m_reporter->benchmarkPreparing(name); |
| 12665 | } |
| 12666 | void RunContext::benchmarkStarting( BenchmarkInfo const& info ) { |
| 12667 | m_reporter->benchmarkStarting( info ); |
| 12668 | } |
| 12669 | void RunContext::benchmarkEnded( BenchmarkStats<> const& stats ) { |
| 12670 | m_reporter->benchmarkEnded( stats ); |
| 12671 | } |
no test coverage detected