Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
main
Method · 0.95
KeyCursorDrawFunc
Method · 0.95
Field_Draw
Method · 0.95
Menu_Draw
Method · 0.95
RenderView
Method · 0.95
SendKeyEvents
Method · 0.95
Disconnect
Method · 0.95
InitLocal
Method · 0.95
Frame
Method · 0.95
BeginLoadingPlaque
Method · 0.95
TimeRefresh_f
Method · 0.95
UpdateScreen2
Method · 0.95
Calls
1
currentTimeMillis
Method · 0.80
Tested by
no test coverage detected