Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DGVPSH/SlackOpen
/ elapsed
Method
elapsed
src/main/java/cc/slack/utils/other/TimeUtil.java:23–25 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
21
}
22
23
public
long elapsed() {
24
return
System.currentTimeMillis() - currentMs;
25
}
26
27
public
void
reset() {
28
currentMs = System.currentTimeMillis();
Callers
8
hasReached
Method · 0.95
getScale
Method · 0.45
onRender
Method · 0.45
onRender
Method · 0.45
onRender
Method · 0.45
onRender
Method · 0.45
getHeight
Method · 0.45
drawScreen
Method · 0.45
Calls
1
currentTimeMillis
Method · 0.80
Tested by
no test coverage detected