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