MCPcopy Index your code
hub / github.com/antlr/codebuff / read

Method read

output/java_guava/1.4.17/Ticker.java:48–49  ·  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

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

Callers 15

analyze_corpusFunction · 0.45
lev.pyFile · 0.45
histo.pyFile · 0.45
copyMethod · 0.45
exhaustMethod · 0.45
readUnsignedByteMethod · 0.45
readAndCheckByteMethod · 0.45
toByteArrayMethod · 0.45
toStringMethod · 0.45
startMethod · 0.45
stopMethod · 0.45
elapsedNanosMethod · 0.45

Calls 1

systemNanoTimeMethod · 0.95

Tested by

no test coverage detected