Package org.openjdk.jmh.infra
Class IterationParamsL4
- java.lang.Object
-
- org.openjdk.jmh.infra.IterationParamsL0
-
- org.openjdk.jmh.infra.IterationParamsL1
-
- org.openjdk.jmh.infra.IterationParamsL2
-
- org.openjdk.jmh.infra.IterationParamsL3
-
- org.openjdk.jmh.infra.IterationParamsL4
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
IterationParams
abstract class IterationParamsL4 extends IterationParamsL3
-
-
Field Summary
Fields Modifier and Type Field Description private int
markerEnd
private static long
serialVersionUID
-
Fields inherited from class org.openjdk.jmh.infra.IterationParamsL2
batchSize, count, timeValue, type
-
-
Constructor Summary
Constructors Constructor Description IterationParamsL4(IterationType type, int count, TimeValue time, int batchSize)
-
Method Summary
-
Methods inherited from class org.openjdk.jmh.infra.IterationParamsL2
equals, getBatchSize, getCount, getTime, getType, hashCode, toString
-
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
markerEnd
private int markerEnd
-
-
Constructor Detail
-
IterationParamsL4
public IterationParamsL4(IterationType type, int count, TimeValue time, int batchSize)
-
-