public class ThroughputResult extends Result<ThroughputResult>
| Constructor and Description |
|---|
ThroughputResult(ResultRole role,
String label,
long 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.
|
extendedInfo, getLabel, getRole, getSampleCount, getScore, getScoreConfidence, getScoreError, getScoreUnit, getStatistics, getZeroResult, of, percentileExtendedInfo, simpleExtendedInfo, toStringpublic ThroughputResult(ResultRole role, String label, long 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-2015 Oracle. All Rights Reserved.