static class LinuxPerfNormProfiler.PerfResult extends Result<LinuxPerfNormProfiler.PerfResult>
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
key |
private static long |
serialVersionUID |
Constructor and Description |
---|
PerfResult(java.lang.String key,
double value) |
PerfResult(java.lang.String key,
Statistics stat) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
extendedInfo()
Print extended result information
|
protected Aggregator<LinuxPerfNormProfiler.PerfResult> |
getIterationAggregator()
Iteration aggregator combines the iteration results into benchmar result.
|
protected Aggregator<LinuxPerfNormProfiler.PerfResult> |
getThreadAggregator()
Thread aggregator combines the thread results into iteration result.
|
java.lang.String |
toString()
Result as represented by a String.
|
distributionExtendedInfo, getLabel, getRole, getSampleCount, getScore, getScoreConfidence, getScoreError, getScoreUnit, getStatistics, getZeroResult, of, simpleExtendedInfo
private static final long serialVersionUID
private final java.lang.String key
public PerfResult(java.lang.String key, double value)
public PerfResult(java.lang.String key, Statistics stat)
protected Aggregator<LinuxPerfNormProfiler.PerfResult> getThreadAggregator()
Result
getThreadAggregator
in class Result<LinuxPerfNormProfiler.PerfResult>
protected Aggregator<LinuxPerfNormProfiler.PerfResult> getIterationAggregator()
Result
getIterationAggregator
in class Result<LinuxPerfNormProfiler.PerfResult>
public java.lang.String toString()
Result
toString
in class Result<LinuxPerfNormProfiler.PerfResult>
public java.lang.String extendedInfo()
Result
extendedInfo
in class Result<LinuxPerfNormProfiler.PerfResult>