Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_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
no test coverage detected