Package | Description |
---|---|
org.openjdk.jmh.infra | |
org.openjdk.jmh.runner |
Modifier and Type | Field and Description |
---|---|
protected IterationType |
IterationParamsL2.type
iteration type
|
Modifier and Type | Method and Description |
---|---|
IterationType |
IterationParamsL2.getType()
Iteration type: separates warmup iterations vs.
|
Constructor and 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) |
Modifier and Type | Method and 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.
|