public class AverageTimeResult extends Result<AverageTimeResult>
| Constructor and Description |
|---|
AverageTimeResult(ResultRole mode,
String label,
long operations,
long durationNs,
TimeUnit tu) |
| Modifier and Type | Method and Description |
|---|---|
protected Aggregator<AverageTimeResult> |
getIterationAggregator()
Iteration aggregator combines the iteration results into benchmar result.
|
protected Aggregator<AverageTimeResult> |
getThreadAggregator()
Thread aggregator combines the thread results into iteration result.
|
extendedInfo, getLabel, getRole, getSampleCount, getScore, getScoreConfidence, getScoreError, getScoreUnit, getStatistics, getZeroResult, of, percentileExtendedInfo, simpleExtendedInfo, toStringpublic AverageTimeResult(ResultRole mode, String label, long operations, long durationNs, TimeUnit tu)
protected Aggregator<AverageTimeResult> getThreadAggregator()
ResultgetThreadAggregator in class Result<AverageTimeResult>protected Aggregator<AverageTimeResult> getIterationAggregator()
ResultgetIterationAggregator in class Result<AverageTimeResult>Copyright © 2012-2015 Oracle. All Rights Reserved.