Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ elapsedNanos
Method
elapsedNanos
corpus/java/training/guava/base/Stopwatch.java:170–172 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
168
}
169
170
private
long elapsedNanos() {
171
return
isRunning ? ticker.read() - startTick + elapsedNanos : elapsedNanos;
172
}
173
174
/**
175
* Returns the current elapsed time shown on this stopwatch, expressed in the desired time unit,
Callers
2
elapsed
Method · 0.95
toString
Method · 0.95
Calls
1
read
Method · 0.45
Tested by
no test coverage detected