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:
Serializable
- Direct Known Subclasses:
IterationParams
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate int
private static final long
Fields inherited from class org.openjdk.jmh.infra.IterationParamsL2
batchSize, count, timeValue, type
-
Constructor Summary
ConstructorsConstructorDescriptionIterationParamsL4
(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 Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
markerEnd
private int markerEnd
-
-
Constructor Details
-
IterationParamsL4
-