public class ProfilerResult extends Result<ProfilerResult>
Constructor and Description |
---|
ProfilerResult(String label,
double n,
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.
|
extendedInfo, getLabel, getRole, getSampleCount, getScore, getScoreConfidence, getScoreError, getScoreUnit, getStatistics, of, percentileExtendedInfo, simpleExtendedInfo, toString
public ProfilerResult(String label, double n, 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>
Copyright © 2012-2015 Oracle. All Rights Reserved.