Package org.openjdk.jmh.infra
Class Control
- java.lang.Object
-
- org.openjdk.jmh.infra.Control
-
public final class Control extends Object
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
Fields Modifier and Type Field Description booleanstartMeasurementTransitions to "true", once JMH had started the measurement for the current iteration.booleanstopMeasurementTransitions to "true", once JMH is stopping the measurement for the current iteration
-
Constructor Summary
Constructors Constructor Description Control()
-