Class Stopwatch


  • public class Stopwatch
    extends java.lang.Object
    Implements a timer function which can compute elapsed time as well as split times.
    Version:
    1.7
    • Constructor Detail

      • Stopwatch

        public Stopwatch()
    • Method Detail

      • start

        public void start()
      • stop

        public long stop()
      • reset

        public void reset()
      • split

        public long split()
      • getTime

        public long getTime()
      • getTimeString

        public java.lang.String getTimeString()
      • getTimeString

        public static java.lang.String getTimeString​(long timeMillis)