| 12667 | m_reporter->benchmarkStarting( info ); |
| 12668 | } |
| 12669 | void RunContext::benchmarkEnded( BenchmarkStats<> const& stats ) { |
| 12670 | m_reporter->benchmarkEnded( stats ); |
| 12671 | } |
| 12672 | void RunContext::benchmarkFailed(std::string const & error) { |
| 12673 | m_reporter->benchmarkFailed(error); |
| 12674 | } |
no test coverage detected