Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
start
Method · 0.95
stop
Method · 0.95
getElapsedTimeInMillis
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected