Class Timer


  • public class Timer
    extends java.lang.Object
    Class used to capture elapsed time.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private long start  
    • Constructor Summary

      Constructors 
      Constructor Description
      Timer()  
    • Field Detail

      • start

        private long start
    • Constructor Detail

      • Timer

        public Timer()
    • Method Detail

      • getStartTime

        public long getStartTime()
      • getElapsedTime

        public long getElapsedTime()
      • reset

        public long reset()