Class StopWatch

    • Constructor Detail

      • StopWatch

        public StopWatch()
    • Method Detail

      • startNew

        public static StopWatch startNew()
      • start

        public void start()
      • reset

        public void reset()
      • stop

        public void stop()
      • getElapsedTime

        public long getElapsedTime()
      • getElapsedMilliseconds

        public double getElapsedMilliseconds()
      • getElapsedSeconds

        public double getElapsedSeconds()
      • getStartTime

        public long getStartTime()
      • getStartMilliseconds

        public double getStartMilliseconds()
      • isStarted

        public boolean isStarted()