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
abstract class InfraControlL4 extends InfraControlL3
-
-
Field Summary
Fields Modifier and Type Field Description private int
markerEnd
-
Fields 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
Constructors Constructor Description InfraControlL4(BenchmarkParams benchmarkParams, IterationParams iterationParams, java.util.concurrent.CountDownLatch preSetup, java.util.concurrent.CountDownLatch preTearDown, boolean lastIteration, Control notifyControl)
-
Method Summary
-
Methods inherited from class org.openjdk.jmh.runner.InfraControlL2
announceWarmdownReady, announceWarmupReady, awaitWarmdownReady, awaitWarmupReady, getParam
-
-
-
-
Constructor Detail
-
InfraControlL4
public InfraControlL4(BenchmarkParams benchmarkParams, IterationParams iterationParams, java.util.concurrent.CountDownLatch preSetup, java.util.concurrent.CountDownLatch preTearDown, boolean lastIteration, Control notifyControl)
-
-