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

Method systemNanoTime

corpus/java/training/guava/base/Platform.java:32–34  ·  view source on GitHub ↗

Calls System#nanoTime().

()

Source from the content-addressed store, hash-verified

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

Callers 2

getMethod · 0.95
readMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected