Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for elapsedRealtimeNanos (0.07 sec)

  1. guava/src/com/google/common/base/Stopwatch.java

     * time while the device is asleep. Instead, create one like this:
     *
     * {@snippet :
     * Stopwatch.createStarted(
     *      new Ticker() {
     *        public long read() {
     *          return android.os.SystemClock.elapsedRealtimeNanos();
     *        }
     *      });
     * }
     *
     * @author Kevin Bourrillion
     * @since 10.0
     */
    @GwtCompatible
    @SuppressWarnings("GoodTime") // lots of violations
    public final class Stopwatch {
    Registered: Fri Dec 26 12:43:10 UTC 2025
    - Last Modified: Wed Oct 08 18:55:33 UTC 2025
    - 9.2K bytes
    - Viewed (0)
Back to top