Class Timer


  • public class Timer
    extends Object
    A simple Timer implementation to start and stop.
    • Constructor Detail

      • Timer

        public Timer()
    • Method Detail

      • start

        public void start()
        Starts the timer.
      • stop

        public long stop()
        Stops the timer and returns NOW - startTime.
        Returns:
        NOW - startTime