Serializablepublic class ThroughputResult extends Result<ThroughputResult>
| Constructor | Description |
|---|---|
ThroughputResult(ResultRole role,
String label,
double operations,
long durationNs,
TimeUnit outputTimeUnit) |
| Modifier and Type | Method | 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.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitdistributionExtendedInfo, 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-2017 Oracle. All Rights Reserved.