MCPcopy Create free account
hub / github.com/antlr/codebuff / read

Method read

output/java_guava/1.4.13/Ticker.java:47–48  ·  view source on GitHub ↗

Returns the number of nanoseconds elapsed since this ticker's fixed point of reference.

()

Source from the content-addressed store, hash-verified

45 */
46
47 @CanIgnoreReturnValue // TODO(kak): Consider removing this
48 public abstract long read();
49
50 /**
51 * A ticker that reads the current time using {@link System#nanoTime}.

Callers 10

startMethod · 0.45
stopMethod · 0.45
elapsedNanosMethod · 0.45
getMethod · 0.45
lockedGetOrLoadMethod · 0.45
waitForLoadingValueMethod · 0.45
refreshMethod · 0.45
cleanUpMethod · 0.45
containsValueMethod · 0.45
advanceToMethod · 0.45

Calls 1

systemNanoTimeMethod · 0.95

Tested by

no test coverage detected