MCPcopy Create free account
hub / github.com/Profactor/cv-plot / getEstimatedClockResolution

Function getEstimatedClockResolution

CvPlot/ext/catch2/inc/catch.hpp:14677–14680  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

estimateClockResolutionFunction · 0.85

Tested by

no test coverage detected