Class SimpleTimer

java.lang.Object
co.crystaldev.alpinecore.util.SimpleTimer

public final class SimpleTimer extends Object
A basic timer that measures time in milliseconds.
Since:
0.1.0
  • Constructor Details

    • SimpleTimer

      public SimpleTimer()
  • Method Details

    • start

      public void start()
      Start the timer.
    • stop

      public long stop()
      Stop the timer.
      Returns:
      The elapsed milliseconds