MCPcopy Create free account
hub / github.com/SakuraEngine/SakuraEngine / getCurrentTicks

Function getCurrentTicks

tests/framework/src/doctest.cpp:291–291  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

289
290#ifdef DOCTEST_CONFIG_GETCURRENTTICKS
291 ticks_t getCurrentTicks() { return DOCTEST_CONFIG_GETCURRENTTICKS(); }
292#elif defined(DOCTEST_PLATFORM_WINDOWS)
293 ticks_t getCurrentTicks() {
294 static LARGE_INTEGER hz = { {0} }, hzo = { {0} };

Callers 3

startMethod · 0.85
getElapsedSecondsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected