public class SingleShotResult extends Result<SingleShotResult>
| Constructor and Description |
|---|
SingleShotResult(ResultRole role,
String label,
long duration,
TimeUnit outputTimeUnit) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
getLabel, getRole, getSampleCount, getScore, getScoreConfidence, getScoreError, getScoreUnit, getStatistics, getZeroResult, of, percentileExtendedInfo, simpleExtendedInfo, toStringpublic SingleShotResult(ResultRole role, String label, long duration, TimeUnit outputTimeUnit)
public String extendedInfo()
ResultextendedInfo in class Result<SingleShotResult>protected Aggregator<SingleShotResult> getThreadAggregator()
ResultgetThreadAggregator in class Result<SingleShotResult>protected Aggregator<SingleShotResult> getIterationAggregator()
ResultgetIterationAggregator in class Result<SingleShotResult>Copyright © 2012-2015 Oracle. All Rights Reserved.