Returns the number of nanoseconds elapsed since this ticker's fixed point of reference.
()
| 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}. |
no test coverage detected