Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReadyTalk/avian
/ toMicros
Method
toMicros
classpath/java/util/concurrent/TimeUnit.java:20–23 ·
view source on GitHub ↗
(long d)
Source
from the content-addressed store, hash-verified
18
}
19
20
@Override
21
public
long toMicros(long d) {
22
return
d / NANOSECONDS_PER_MICROSECOND;
23
}
24
25
@Override
26
public
long toMillis(long d) {
Callers
1
convert
Method · 0.80
Calls
1
scale
Method · 0.95
Tested by
no test coverage detected