public class IterationParamsextends Object
Iteration parameters are separated in at least two instances, with different IterationType
-s. The complete benchmark parameters not specific for a particular iteration are available in BenchmarkParams
.
This class is dual-purpose:
Modifier and Type | Field and Description |
---|---|
protected int | batchSize batch size (method invocations inside the single op) |
protected int | count amount of iterations |
protected TimeValue | timeValue iteration runtime |
protected IterationType | type iteration type |
Constructor and Description |
---|
IterationParams(IterationParams other) |
IterationParams(IterationType type, int count, TimeValue time, int batchSize) |
protected final IterationType type
protected final int count
protected final TimeValue timeValue
protected final int batchSize
public IterationParams(IterationParams other)
public IterationParams(IterationType type, int count, TimeValue time, int batchSize)
public IterationType getType()
public int getCount()
public TimeValue getTime()
public int getBatchSize()
Copyright © 2012-2015 Oracle. All Rights Reserved.