Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MiniZinc/MiniZincIDE
/ elapsed
Method
elapsed
MiniZincIDE/elapsedtimer.cpp:9–15 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
7
}
8
9
qint64 ElapsedTimer::elapsed()
10
{
11
if (_elapsed.isValid()) {
12
return _elapsed.elapsed();
13
}
14
return finalTime;
15
}
16
17
bool ElapsedTimer::isRunning() {
18
return _elapsed.isValid();
Callers
4
terminate
Method · 0.80
elapsedTime
Method · 0.80
ElapsedTimer
Method · 0.80
stop
Method · 0.80
Calls
1
isValid
Method · 0.80
Tested by
no test coverage detected