MCPcopy Create free account
hub / github.com/CodingGay/BlackDex / getEstimatedClockResolution

Function getEstimatedClockResolution

Bcore/src/main/cpp/Dobby/tests/catch.hpp:10483–10486  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10481 return sum / iterations;
10482}
10483auto getEstimatedClockResolution() -> uint64_t {
10484 static auto s_resolution = estimateClockResolution();
10485 return s_resolution;
10486}
10487
10488void Timer::start() {
10489 m_nanoseconds = getCurrentNanosecondsSinceEpoch();

Callers 1

getResolutionMethod · 0.85

Calls 1

estimateClockResolutionFunction · 0.85

Tested by

no test coverage detected