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

Method start

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

Source from the content-addressed store, hash-verified

193 }
194
195 public void start() {
196 if (!running) {
197 start_time = getMillis();
198 running = true;
199 }
200 }
201
202 private long getMillis() {
203 return System.currentTimeMillis();

Callers 11

testSlowGoalMethod · 0.80
mainMethod · 0.80
mainMethod · 0.80
test_101Method · 0.80
mainMethod · 0.80
mainMethod · 0.80
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 4

testSlowGoalMethod · 0.64
mainMethod · 0.64
mainMethod · 0.64
test_101Method · 0.64