Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
testSlowGoal
Method · 0.80
main
Method · 0.80
main
Method · 0.80
test_101
Method · 0.80
main
Method · 0.80
main
Method · 0.80
test_0
Method · 0.80
test_1
Method · 0.80
test_2
Method · 0.80
test_3
Method · 0.80
test_4
Method · 0.80
Calls
1
getMillis
Method · 0.95
Tested by
4
testSlowGoal
Method · 0.64
main
Method · 0.64
main
Method · 0.64
test_101
Method · 0.64