public class ThroughputResult extends Result<ThroughputResult>
| Constructor and Description |
|---|
ThroughputResult(ResultRole role,
String label,
double operations,
long durationNs,
TimeUnit outputTimeUnit) |
| 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, getDerivativeResults, getLabel, getRole, getSampleCount, getScore, getScoreConfidence, getScoreError, getScoreUnit, getStatistics, getZeroResult, of, simpleExtendedInfo, toStringpublic ThroughputResult(ResultRole role, String label, double operations, long durationNs, TimeUnit outputTimeUnit)
protected Aggregator<ThroughputResult> getThreadAggregator()
ResultgetThreadAggregator in class Result<ThroughputResult>protected Aggregator<ThroughputResult> getIterationAggregator()
ResultgetIterationAggregator in class Result<ThroughputResult>Copyright © 2012–2018 Oracle. All rights reserved.