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

Method getMillis

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

Source from the content-addressed store, hash-verified

200 }
201
202 private long getMillis() {
203 return System.currentTimeMillis();
204 }
205
206 public void stop() {
207 if (running) {

Callers 3

startMethod · 0.95
stopMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected