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

Method systemNanoTime

output/java_guava/1.4.13/Platform.java:34–36  ·  view source on GitHub ↗

Calls System#nanoTime().

()

Source from the content-addressed store, hash-verified

32 /** Calls {@link System#nanoTime()}. */
33
34 static long systemNanoTime() {
35 return System.nanoTime();
36 }
37
38
39 static CharMatcher precomputeCharMatcher(CharMatcher matcher) {

Callers 10

getMethod · 0.95
readMethod · 0.95
getMethod · 0.95
readMethod · 0.95
getMethod · 0.95
readMethod · 0.95
getMethod · 0.95
readMethod · 0.95
getMethod · 0.95
readMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected