| 10489 | m_unfinishedSections.push_back(endInfo); |
| 10490 | } |
| 10491 | void RunContext::benchmarkStarting( BenchmarkInfo const& info ) { |
| 10492 | m_reporter->benchmarkStarting( info ); |
| 10493 | } |
| 10494 | void RunContext::benchmarkEnded( BenchmarkStats const& stats ) { |
| 10495 | m_reporter->benchmarkEnded( stats ); |
| 10496 | } |
no test coverage detected