public class ThroughputResult extends Result<ThroughputResult>
Modifier and Type | Class and Description |
---|---|
(package private) static class |
ThroughputResult.ThroughputAggregator |
Result.LazyProps
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
Constructor and Description |
---|
ThroughputResult(ResultRole role,
java.lang.String label,
long operations,
long durationNs,
java.util.concurrent.TimeUnit outputTimeUnit) |
ThroughputResult(ResultRole role,
java.lang.String label,
Statistics s,
java.lang.String unit,
AggregationPolicy policy) |
Modifier and Type | Method and Description |
---|---|
protected Aggregator<ThroughputResult> |
getIterationAggregator()
Iteration aggregator combines the iteration results into benchmar result.
|
protected Aggregator<ThroughputResult> |
getThreadAggregator()
Thread aggregator combines the thread results into iteration result.
|
distributionExtendedInfo, extendedInfo, getLabel, getRole, getSampleCount, getScore, getScoreConfidence, getScoreError, getScoreUnit, getStatistics, getZeroResult, of, simpleExtendedInfo, toString
private static final long serialVersionUID
public ThroughputResult(ResultRole role, java.lang.String label, long operations, long durationNs, java.util.concurrent.TimeUnit outputTimeUnit)
ThroughputResult(ResultRole role, java.lang.String label, Statistics s, java.lang.String unit, AggregationPolicy policy)
protected Aggregator<ThroughputResult> getThreadAggregator()
Result
getThreadAggregator
in class Result<ThroughputResult>
protected Aggregator<ThroughputResult> getIterationAggregator()
Result
getIterationAggregator
in class Result<ThroughputResult>