MCPcopy Create free account
hub / github.com/CobaltFusion/DebugViewPP / GetTicks

Method GetTicks

CobaltFusion/Timer.cpp:44–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42}
43
44long long Timer::GetTicks() const
45{
46 LARGE_INTEGER li;
47 QueryPerformanceCounter(&li);
48 return li.QuadPart;
49}
50
51} // namespace fusion

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected