MCPcopy Create free account
hub / github.com/chronoxor/CppBenchmark / QueryPerformanceCounter

Function QueryPerformanceCounter

examples/timers.cpp:536–541  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

534#if defined(_WIN32) || defined(_WIN64) || defined(__CYGWIN__)
535
536LARGE_INTEGER QueryPerformanceCounter()
537{
538 LARGE_INTEGER current;
539 QueryPerformanceCounter(&current);
540 return current;
541}
542
543LARGE_INTEGER QueryPerformanceFrequency()
544{

Callers 2

TimestampMethod · 0.85
timers.cppFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected