MCPcopy Create free account
hub / github.com/ETLCPP/etl / StopTimer

Function StopTimer

test/Performance/unordered_map/unordered_map/unordered_map.cpp:22–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20}
21
22uint64_t StopTimer()
23{
24 LARGE_INTEGER end;
25
26 QueryPerformanceCounter(&end);
27
28 return (end.QuadPart - begin.QuadPart) / frequency.QuadPart;
29}
30
31const size_t TESTSIZE = 10000000UL;
32const size_t TESTINTERATIONS = 16UL;

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected