com.google.inject.internal.util

Class Stopwatch



  • public final class Stopwatch
    extends Object
    Enables simple performance monitoring.
    Author:
    crazybob@google.com (Bob Lee)
    • Constructor Detail

      • Stopwatch

        public Stopwatch()
    • Method Detail

      • reset

        public long reset()
        Resets and returns elapsed time in milliseconds.
      • resetAndLog

        public void resetAndLog(String label)
        Resets and logs elapsed time in milliseconds.

Copyright © 2006-2015 Google, Inc.. All Rights Reserved.