| 6474 | } |
| 6475 | |
| 6476 | void BenchmarkLooper::reportStart() { |
| 6477 | getResultCapture().benchmarkStarting( { m_name } ); |
| 6478 | } |
| 6479 | auto BenchmarkLooper::needsMoreIterations() -> bool { |
| 6480 | auto elapsed = m_timer.getElapsedNanoseconds(); |
| 6481 |
nothing calls this directly
no test coverage detected