| 5158 | } |
| 5159 | |
| 5160 | void BenchmarkLooper::reportStart() { |
| 5161 | getResultCapture().benchmarkStarting( { m_name } ); |
| 5162 | } |
| 5163 | auto BenchmarkLooper::needsMoreIterations() -> bool { |
| 5164 | auto elapsed = m_timer.getElapsedNanoseconds(); |
| 5165 |
nothing calls this directly
no test coverage detected