Class Timer


  • public class Timer
    extends Object
    Class used to capture elapsed time.
    • Constructor Detail

      • Timer

        public Timer()
    • Method Detail

      • getStartTime

        public long getStartTime()
      • getElapsedTime

        public long getElapsedTime()
      • reset

        public long reset()