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

Method Milliseconds

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

Source from the content-addressed store, hash-verified

25 private static final Timer t = new Timer();
26
27 public static int Milliseconds() {
28 return Globals.curtime = (int) (t.currentTimeMillis());
29 }
30}

Callers 15

mainMethod · 0.95
KeyCursorDrawFuncMethod · 0.95
Field_DrawMethod · 0.95
Menu_DrawMethod · 0.95
RenderViewMethod · 0.95
SendKeyEventsMethod · 0.95
DisconnectMethod · 0.95
InitLocalMethod · 0.95
FrameMethod · 0.95
BeginLoadingPlaqueMethod · 0.95
TimeRefresh_fMethod · 0.95
UpdateScreen2Method · 0.95

Calls 1

currentTimeMillisMethod · 0.80

Tested by

no test coverage detected