| 10559 | return sum/iterations; |
| 10560 | } |
| 10561 | auto getEstimatedClockResolution() -> uint64_t { |
| 10562 | static auto s_resolution = estimateClockResolution(); |
| 10563 | return s_resolution; |
| 10564 | } |
| 10565 | |
| 10566 | void Timer::start() { |
| 10567 | m_nanoseconds = getCurrentNanosecondsSinceEpoch(); |
no test coverage detected