Documentation of 'org.encog.util.Stopwatch' Java class
Stopwatch
org.encog.util

Class Stopwatch



  • public class Stopwatch
    extends java.lang.Object
    A stopwatch, meant to emulate the C# Stopwatch class.
    • Constructor Detail

      • Stopwatch

        public Stopwatch()
        Construct a stopwatch.
    • Method Detail

      • getElapsedMilliseconds

        public long getElapsedMilliseconds()
        Returns:
        Elapsed time in milli's.
      • getElapsedTicks

        public long getElapsedTicks()
        Returns:
        Elapsed time in ticks.
      • reset

        public void reset()
        Reset the stop watch.
      • start

        public void start()
        Start the stop watch.
      • stop

        public void stop()
        Stop the stopwatch.
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.