MCPcopy Create free account
hub / github.com/RenderKit/oidn / getEstimatedClockResolution

Function getEstimatedClockResolution

external/catch.hpp:14966–14969  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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();

Callers

nothing calls this directly

Calls 1

estimateClockResolutionFunction · 0.85

Tested by

no test coverage detected