Serializablepublic class AverageTimeResult extends Result<AverageTimeResult>
| Constructor | Description |
|---|---|
AverageTimeResult(ResultRole mode,
String label,
double operations,
long durationNs,
TimeUnit tu) |
| Modifier and Type | Method | 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.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitdistributionExtendedInfo, extendedInfo, getDerivativeResults, getLabel, getRole, getSampleCount, getScore, getScoreConfidence, getScoreError, getScoreUnit, getStatistics, getZeroResult, of, simpleExtendedInfo, toStringpublic AverageTimeResult(ResultRole mode, String label, double 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-2017 Oracle. All Rights Reserved.