Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
22
uint64_t StopTimer()
23
{
24
LARGE_INTEGER end;
25
26
QueryPerformanceCounter(&end);
27
28
return (end.QuadPart - begin.QuadPart) / frequency.QuadPart;
29
}
30
31
const size_t TESTSIZE = 10000000UL;
32
const size_t TESTINTERATIONS = 16UL;
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected