Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Warzone2100/warzone2100
/ Timer_stop
Function
Timer_stop
lib/sequence/timer.cpp:94–99 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
92
}
93
94
void Timer_stop(void)
95
{
96
stopped = true; // set timer stopped flag
97
98
gettimeofday(&endCount, nullptr);
99
}
100
101
double Timer_getElapsedMicroSecs(void)
102
{
Callers
1
seq_Shutdown
Function · 0.85
Calls
1
gettimeofday
Function · 0.85
Tested by
no test coverage detected