static class LinuxPerfProfiler.PerfResult extends Result<LinuxPerfProfiler.PerfResult>
Modifier and Type | Field and Description |
---|---|
private long |
cycles |
private long |
instructions |
private java.lang.String |
output |
private static long |
serialVersionUID |
Constructor and Description |
---|
PerfResult(java.lang.String output,
long cycles,
long instructions) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
extendedInfo()
Print extended result information
|
protected Aggregator<LinuxPerfProfiler.PerfResult> |
getIterationAggregator()
Iteration aggregator combines the iteration results into benchmar result.
|
protected Aggregator<LinuxPerfProfiler.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 output
private final long cycles
private final long instructions
public PerfResult(java.lang.String output, long cycles, long instructions)
protected Aggregator<LinuxPerfProfiler.PerfResult> getThreadAggregator()
Result
getThreadAggregator
in class Result<LinuxPerfProfiler.PerfResult>
protected Aggregator<LinuxPerfProfiler.PerfResult> getIterationAggregator()
Result
getIterationAggregator
in class Result<LinuxPerfProfiler.PerfResult>
public java.lang.String toString()
Result
toString
in class Result<LinuxPerfProfiler.PerfResult>
public java.lang.String extendedInfo()
Result
extendedInfo
in class Result<LinuxPerfProfiler.PerfResult>