MCPcopy Create free account
hub / github.com/MiniZinc/MiniZincIDE / start

Method start

MiniZincIDE/elapsedtimer.cpp:21–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19}
20
21void ElapsedTimer::start(int updateRate) {
22 _interval.start(updateRate);
23 _elapsed.start();
24}
25
26void ElapsedTimer::stop() {
27 _interval.stop();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected