| 14675 | } |
| 14676 | } |
| 14677 | auto getEstimatedClockResolution() -> uint64_t { |
| 14678 | static auto s_resolution = estimateClockResolution(); |
| 14679 | return s_resolution; |
| 14680 | } |
| 14681 | |
| 14682 | void Timer::start() { |
| 14683 | m_nanoseconds = getCurrentNanosecondsSinceEpoch(); |
nothing calls this directly
no test coverage detected