| 10481 | return sum / iterations; |
| 10482 | } |
| 10483 | auto getEstimatedClockResolution() -> uint64_t { |
| 10484 | static auto s_resolution = estimateClockResolution(); |
| 10485 | return s_resolution; |
| 10486 | } |
| 10487 | |
| 10488 | void Timer::start() { |
| 10489 | m_nanoseconds = getCurrentNanosecondsSinceEpoch(); |
no test coverage detected