MCPcopy Create free account
hub / github.com/SWI-Prolog/packages-jpl / stop

Method stop

src/examples/java/time/Time.java:206–211  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

204 }
205
206 public void stop() {
207 if (running) {
208 stop_time = getMillis();
209 running = false;
210 }
211 }
212
213 public long getElapsedTimeInMillis() {
214 if (running) {

Callers 5

test_0Method · 0.80
test_1Method · 0.80
test_2Method · 0.80
test_3Method · 0.80
test_4Method · 0.80

Calls 1

getMillisMethod · 0.95

Tested by

no test coverage detected