Package org.openjdk.jmh.infra
Class ControlL2
java.lang.Object
org.openjdk.jmh.infra.ControlL0
org.openjdk.jmh.infra.ControlL1
org.openjdk.jmh.infra.ControlL2
- Direct Known Subclasses:
ControlL3
-
Field Summary
FieldsModifier and TypeFieldDescriptionboolean
Transitions to "true", once JMH had started the measurement for the current iteration.boolean
Transitions to "true", once JMH is stopping the measurement for the current iteration -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
startMeasurement
public volatile boolean startMeasurementTransitions to "true", once JMH had started the measurement for the current iteration. -
stopMeasurement
public volatile boolean stopMeasurementTransitions to "true", once JMH is stopping the measurement for the current iteration
-
-
Constructor Details
-
ControlL2
ControlL2()
-