public class SingleShotResult extends Result<SingleShotResult>
Modifier and Type | Class and Description |
---|---|
(package private) static class |
SingleShotResult.AveragingAggregator
Averages the time on all levels.
|
Result.LazyProps
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
Constructor and Description |
---|
SingleShotResult(ResultRole role,
java.lang.String label,
long duration,
java.util.concurrent.TimeUnit outputTimeUnit) |
SingleShotResult(ResultRole mode,
java.lang.String label,
Statistics s,
java.lang.String unit) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
extendedInfo()
Print extended result information
|
protected Aggregator<SingleShotResult> |
getIterationAggregator()
Iteration aggregator combines the iteration results into benchmar result.
|
protected Aggregator<SingleShotResult> |
getThreadAggregator()
Thread aggregator combines the thread results into iteration result.
|
distributionExtendedInfo, getLabel, getRole, getSampleCount, getScore, getScoreConfidence, getScoreError, getScoreUnit, getStatistics, getZeroResult, of, simpleExtendedInfo, toString
private static final long serialVersionUID
public SingleShotResult(ResultRole role, java.lang.String label, long duration, java.util.concurrent.TimeUnit outputTimeUnit)
SingleShotResult(ResultRole mode, java.lang.String label, Statistics s, java.lang.String unit)
public java.lang.String extendedInfo()
Result
extendedInfo
in class Result<SingleShotResult>
protected Aggregator<SingleShotResult> getThreadAggregator()
Result
getThreadAggregator
in class Result<SingleShotResult>
protected Aggregator<SingleShotResult> getIterationAggregator()
Result
getIterationAggregator
in class Result<SingleShotResult>