Serializablepublic class ScalarResult extends Result<ScalarResult>
| Constructor | Description |
|---|---|
ScalarResult(String label,
double n,
String unit,
AggregationPolicy policy) |
| Modifier and Type | Method | Description |
|---|---|---|
protected Aggregator<ScalarResult> |
getIterationAggregator() |
Iteration aggregator combines the iteration results into benchmar result.
|
protected Aggregator<ScalarResult> |
getThreadAggregator() |
Thread aggregator combines the thread results into iteration result.
|
protected ScalarResult |
getZeroResult() |
Returns "0" result.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitdistributionExtendedInfo, extendedInfo, getDerivativeResults, getLabel, getRole, getSampleCount, getScore, getScoreConfidence, getScoreError, getScoreUnit, getStatistics, of, simpleExtendedInfo, toStringpublic ScalarResult(String label, double n, String unit, AggregationPolicy policy)
protected Aggregator<ScalarResult> getThreadAggregator()
ResultgetThreadAggregator in class Result<ScalarResult>protected Aggregator<ScalarResult> getIterationAggregator()
ResultgetIterationAggregator in class Result<ScalarResult>protected ScalarResult getZeroResult()
ResultgetZeroResult in class Result<ScalarResult>Copyright © 2012-2017 Oracle. All Rights Reserved.