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

Function StartTimer

test/Performance/unordered_map/unordered_map/unordered_map.cpp:14–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12LARGE_INTEGER begin;
13
14void StartTimer()
15{
16 QueryPerformanceFrequency(&frequency);
17 QueryPerformanceCounter(&begin);
18
19 frequency.QuadPart /= 1000;
20}
21
22uint64_t StopTimer()
23{

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected