Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
12
LARGE_INTEGER begin;
13
14
void StartTimer()
15
{
16
QueryPerformanceFrequency(&frequency);
17
QueryPerformanceCounter(&begin);
18
19
frequency.QuadPart /= 1000;
20
}
21
22
uint64_t StopTimer()
23
{
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected