Uses of Class
org.openjdk.jmh.runner.IterationType
-
Packages that use IterationType Package Description org.openjdk.jmh.infra org.openjdk.jmh.runner -
-
Uses of IterationType in org.openjdk.jmh.infra
Fields in org.openjdk.jmh.infra declared as IterationType Modifier and Type Field Description protected IterationType
IterationParamsL2. type
iteration typeMethods in org.openjdk.jmh.infra that return IterationType Modifier and Type Method Description IterationType
IterationParamsL2. getType()
Iteration type: separates warmup iterations vs.Constructors in org.openjdk.jmh.infra with parameters of type IterationType Constructor Description IterationParams(IterationType type, int count, TimeValue time, int batchSize)
IterationParamsL2(IterationType type, int count, TimeValue time, int batchSize)
IterationParamsL3(IterationType type, int count, TimeValue time, int batchSize)
IterationParamsL4(IterationType type, int count, TimeValue time, int batchSize)
-
Uses of IterationType in org.openjdk.jmh.runner
Methods in org.openjdk.jmh.runner that return IterationType Modifier and Type Method Description static IterationType
IterationType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static IterationType[]
IterationType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-