Returns the number of nanoseconds elapsed since this ticker's reference point in time.
()
| 269 | public abstract static class Ticker { |
| 270 | /** Returns the number of nanoseconds elapsed since this ticker's reference point in time. */ |
| 271 | public abstract long nanoTime(); |
| 272 | } |
| 273 | |
| 274 | private static final class SystemTicker extends Ticker { |
nothing calls this directly
no outgoing calls
no test coverage detected