Returns the number of nanoseconds elapsed since this ticker's fixed point of reference.
()
| 45 | */ |
| 46 | |
| 47 | @CanIgnoreReturnValue // TODO(kak): Consider removing this |
| 48 | public abstract long read(); |
| 49 | |
| 50 | /** |
| 51 | * A ticker that reads the current time using {@link System#nanoTime}. |
no test coverage detected