MCPcopy Create free account
hub / github.com/defold/defold / query_counter

Function query_counter

engine/dlib/src/basis/encoder/basisu_enc.cpp:224–227  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

222
223#if defined(_WIN32)
224 inline void query_counter(timer_ticks* pTicks)
225 {
226 QueryPerformanceCounter(reinterpret_cast<LARGE_INTEGER*>(pTicks));
227 }
228 inline void query_counter_frequency(timer_ticks* pTicks)
229 {
230 QueryPerformanceFrequency(reinterpret_cast<LARGE_INTEGER*>(pTicks));

Callers 5

startMethod · 0.85
stopMethod · 0.85
get_elapsed_secsMethod · 0.85
initMethod · 0.85
get_ticksMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected