| 10227 | m_unfinishedSections.push_back(endInfo); |
| 10228 | } |
| 10229 | void RunContext::benchmarkStarting( BenchmarkInfo const& info ) { |
| 10230 | m_reporter->benchmarkStarting( info ); |
| 10231 | } |
| 10232 | void RunContext::benchmarkEnded( BenchmarkStats const& stats ) { |
| 10233 | m_reporter->benchmarkEnded( stats ); |
| 10234 | } |
no test coverage detected