Class ControlL2

    • Field Summary

      Fields 
      Modifier and Type Field Description
      boolean startMeasurement
      Transitions to "true", once JMH had started the measurement for the current iteration.
      boolean stopMeasurement
      Transitions to "true", once JMH is stopping the measurement for the current iteration
    • Constructor Summary

      Constructors 
      Constructor Description
      ControlL2()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • startMeasurement

        public volatile boolean startMeasurement
        Transitions to "true", once JMH had started the measurement for the current iteration.
      • stopMeasurement

        public volatile boolean stopMeasurement
        Transitions to "true", once JMH is stopping the measurement for the current iteration
    • Constructor Detail

      • ControlL2

        ControlL2()