MCPcopy Create free account
hub / github.com/demoth/jake2 / currentTimeMillis

Method currentTimeMillis

qcommon/src/main/java/jake2/qcommon/sys/Timer.java:16–23  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

14 }
15
16 private long currentTimeMillis() {
17 long time = System.currentTimeMillis();
18 long delta = time - base;
19 if (delta < 0) {
20 delta += Long.MAX_VALUE + 1;
21 }
22 return delta;
23 }
24
25 private static final Timer t = new Timer();
26

Callers 14

runMethod · 0.80
updateScreenMethod · 0.80
timeMethod · 0.80
updateScreenMethod · 0.80
runMethod · 0.80
timeMethod · 0.80
runMethod · 0.80
updateScreenMethod · 0.80
timeMethod · 0.80
updateScreenMethod · 0.80
runMethod · 0.80
timeMethod · 0.80

Calls

no outgoing calls

Tested by 12

runMethod · 0.64
updateScreenMethod · 0.64
timeMethod · 0.64
updateScreenMethod · 0.64
runMethod · 0.64
timeMethod · 0.64
runMethod · 0.64
updateScreenMethod · 0.64
timeMethod · 0.64
updateScreenMethod · 0.64
runMethod · 0.64
timeMethod · 0.64