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 Collection<? extends Result> |
getDerivativeResults() |
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.
|
distributionExtendedInfo, getLabel, getRole, getSampleCount, getScore, getScoreConfidence, getScoreError, getScoreUnit, getStatistics, getZeroResult, of, simpleExtendedInfo, toString
public SampleTimeResult(ResultRole role, String label, SampleBuffer buffer, TimeUnit outputTimeUnit)
protected Collection<? extends Result> getDerivativeResults()
getDerivativeResults
in class Result<SampleTimeResult>
public String extendedInfo()
Result
extendedInfo
in class Result<SampleTimeResult>
protected Aggregator<SampleTimeResult> getThreadAggregator()
Result
getThreadAggregator
in class Result<SampleTimeResult>
protected Aggregator<SampleTimeResult> getIterationAggregator()
Result
getIterationAggregator
in class Result<SampleTimeResult>
Copyright © 2012–2020 Oracle. All rights reserved.