public class ProfilerResult extends Result<ProfilerResult>
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
Constructor and Description |
---|
ProfilerResult(java.lang.String label,
double n,
java.lang.String unit,
AggregationPolicy policy) |
ProfilerResult(java.lang.String label,
Statistics s,
java.lang.String unit,
AggregationPolicy policy) |
Modifier and Type | Method and Description |
---|---|
protected Aggregator<ProfilerResult> |
getIterationAggregator()
Iteration aggregator combines the iteration results into benchmar result.
|
protected Aggregator<ProfilerResult> |
getThreadAggregator()
Thread aggregator combines the thread results into iteration result.
|
protected ProfilerResult |
getZeroResult()
Returns "0" result.
|
distributionExtendedInfo, extendedInfo, getLabel, getRole, getSampleCount, getScore, getScoreConfidence, getScoreError, getScoreUnit, getStatistics, of, simpleExtendedInfo, toString
private static final long serialVersionUID
public ProfilerResult(java.lang.String label, double n, java.lang.String unit, AggregationPolicy policy)
ProfilerResult(java.lang.String label, Statistics s, java.lang.String unit, AggregationPolicy policy)
protected Aggregator<ProfilerResult> getThreadAggregator()
Result
getThreadAggregator
in class Result<ProfilerResult>
protected Aggregator<ProfilerResult> getIterationAggregator()
Result
getIterationAggregator
in class Result<ProfilerResult>
protected ProfilerResult getZeroResult()
Result
getZeroResult
in class Result<ProfilerResult>