| 6259 | } |
| 6260 | |
| 6261 | void BenchmarkLooper::reportStart() { |
| 6262 | getResultCapture().benchmarkStarting( { m_name } ); |
| 6263 | } |
| 6264 | auto BenchmarkLooper::needsMoreIterations() -> bool { |
| 6265 | auto elapsed = m_timer.getElapsedNanoseconds(); |
| 6266 |
nothing calls this directly
no test coverage detected