public class SampleTimeResult extends Result<SampleTimeResult>
| Constructor and Description |
|---|
SampleTimeResult(ResultRole role,
String label,
SampleBuffer buffer,
TimeUnit outputTimeUnit) |
| Modifier and Type | Method and Description |
|---|---|
String |
extendedInfo()
Print extended result information
|
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.
|
String |
toString()
Result as represented by a String.
|
getLabel, getRole, getSampleCount, getScore, getScoreConfidence, getScoreError, getScoreUnit, getStatistics, getZeroResult, of, percentileExtendedInfo, simpleExtendedInfopublic SampleTimeResult(ResultRole role, String label, SampleBuffer buffer, TimeUnit outputTimeUnit)
public String toString()
ResulttoString 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-2015 Oracle. All Rights Reserved.