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.
|
distributionExtendedInfo, getLabel, getRole, getSampleCount, getScore, getScoreConfidence, getScoreError, getScoreUnit, getStatistics, getZeroResult, of, simpleExtendedInfo
public SampleTimeResult(ResultRole role, String label, SampleBuffer buffer, TimeUnit outputTimeUnit)
public String toString()
Result
toString
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 © 2016. All rights reserved.