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