| 8700 | m_unfinishedSections.push_back(endInfo); |
| 8701 | } |
| 8702 | void RunContext::benchmarkStarting( BenchmarkInfo const& info ) { |
| 8703 | m_reporter->benchmarkStarting( info ); |
| 8704 | } |
| 8705 | void RunContext::benchmarkEnded( BenchmarkStats const& stats ) { |
| 8706 | m_reporter->benchmarkEnded( stats ); |
| 8707 | } |
no test coverage detected