MCPcopy 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
94void Timer_stop(void)
95{
96 stopped = true; // set timer stopped flag
97
98 gettimeofday(&endCount, nullptr);
99}
100
101double Timer_getElapsedMicroSecs(void)
102{

Callers 1

seq_ShutdownFunction · 0.85

Calls 1

gettimeofdayFunction · 0.85

Tested by

no test coverage detected