Class Stopwatch

java.lang.Object
org.ojalgo.type.Stopwatch

public class Stopwatch extends Object
This stopwatch is always running. It start as soon as you create the instance.
  • Field Details

    • myStart

      private long myStart
  • Constructor Details

    • Stopwatch

      public Stopwatch()
  • Method Details