Package org.openjdk.jmh.infra
Class Control
java.lang.Object
org.openjdk.jmh.infra.Control
Control object, used to communicate significant information from JMH to the benchmark.
WARNING: The API for this class is considered unstable, and can be changed without notice.
-
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanTransitions to "true", once JMH had started the measurement for the current iteration.booleanTransitions 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
-
Control
public Control()
-