| 4957 | } |
| 4958 | |
| 4959 | void BenchmarkLooper::reportStart() { |
| 4960 | getResultCapture().benchmarkStarting({m_name}); |
| 4961 | } |
| 4962 | auto BenchmarkLooper::needsMoreIterations() -> bool { |
| 4963 | auto elapsed = m_timer.getElapsedNanoseconds(); |
| 4964 |
nothing calls this directly
no test coverage detected