Package org.openjdk.jmh.runner
Class InfraControlL4
java.lang.Object
org.openjdk.jmh.runner.InfraControlL0
org.openjdk.jmh.runner.InfraControlL1
org.openjdk.jmh.runner.InfraControlL2
org.openjdk.jmh.runner.InfraControlL3
org.openjdk.jmh.runner.InfraControlL4
- Direct Known Subclasses:
InfraControl
-
Field Summary
FieldsFields inherited from class org.openjdk.jmh.runner.InfraControlL2
benchmarkParams, isDone, isFailing, iterationParams, lastIteration, notifyControl, preSetup, preTearDown, volatileSpoiler, warmdownDone, warmdownShouldWait, warmdownVisited, warmupDone, warmupShouldWait, warmupVisited
-
Constructor Summary
ConstructorsConstructorDescriptionInfraControlL4
(BenchmarkParams benchmarkParams, IterationParams iterationParams, CountDownLatch preSetup, CountDownLatch preTearDown, boolean lastIteration, Control notifyControl) -
Method Summary
Methods inherited from class org.openjdk.jmh.runner.InfraControlL2
announceWarmdownReady, announceWarmupReady, awaitWarmdownReady, awaitWarmupReady, getParam
-
Field Details
-
markerEnd
private int markerEnd
-
-
Constructor Details
-
InfraControlL4
public InfraControlL4(BenchmarkParams benchmarkParams, IterationParams iterationParams, CountDownLatch preSetup, CountDownLatch preTearDown, boolean lastIteration, Control notifyControl)
-