| 14964 | } |
| 14965 | } |
| 14966 | auto getEstimatedClockResolution() -> uint64_t { |
| 14967 | static auto s_resolution = estimateClockResolution(); |
| 14968 | return s_resolution; |
| 14969 | } |
| 14970 | |
| 14971 | void Timer::start() { |
| 14972 | m_nanoseconds = getCurrentNanosecondsSinceEpoch(); |
nothing calls this directly
no test coverage detected