| 8658 | m_unfinishedSections.push_back(endInfo); |
| 8659 | } |
| 8660 | void RunContext::benchmarkStarting(BenchmarkInfo const &info) { |
| 8661 | m_reporter->benchmarkStarting(info); |
| 8662 | } |
| 8663 | void RunContext::benchmarkEnded(BenchmarkStats const &stats) { |
| 8664 | m_reporter->benchmarkEnded(stats); |
| 8665 | } |
no test coverage detected