Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MiniZinc/MiniZincIDE
/ stop
Method
stop
MiniZincIDE/elapsedtimer.cpp:26–32 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
24
}
25
26
void ElapsedTimer::stop() {
27
_interval.stop();
28
if (_elapsed.isValid()) {
29
finalTime = _elapsed.elapsed();
30
_elapsed.invalidate();
31
}
32
}
Callers
nothing calls this directly
Calls
3
isValid
Method · 0.80
elapsed
Method · 0.80
invalidate
Method · 0.80
Tested by
no test coverage detected