Serializablepublic class SampleTimeResult extends Result<SampleTimeResult>
| Constructor | Description |
|---|---|
SampleTimeResult(ResultRole role,
String label,
SampleBuffer buffer,
TimeUnit outputTimeUnit) |
| Modifier and Type | Method | Description |
|---|---|---|
String |
extendedInfo() |
Print extended result information
|
protected Collection<? extends Result> |
getDerivativeResults() |
Get derivative results for this result.
|
protected Aggregator<SampleTimeResult> |
getIterationAggregator() |
Iteration aggregator combines the iteration results into benchmar result.
|
protected Aggregator<SampleTimeResult> |
getThreadAggregator() |
Thread aggregator combines the thread results into iteration result.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitdistributionExtendedInfo, getLabel, getRole, getSampleCount, getScore, getScoreConfidence, getScoreError, getScoreUnit, getStatistics, getZeroResult, of, simpleExtendedInfo, toStringpublic SampleTimeResult(ResultRole role, String label, SampleBuffer buffer, TimeUnit outputTimeUnit)
protected Collection<? extends Result> getDerivativeResults()
ResultgetDerivativeResults in class Result<SampleTimeResult>public String extendedInfo()
ResultextendedInfo in class Result<SampleTimeResult>protected Aggregator<SampleTimeResult> getThreadAggregator()
ResultgetThreadAggregator in class Result<SampleTimeResult>protected Aggregator<SampleTimeResult> getIterationAggregator()
ResultgetIterationAggregator in class Result<SampleTimeResult>Copyright © 2012-2017 Oracle. All Rights Reserved.