protected static class PerformanceEvaluation.RunResult extends java.lang.Object implements java.lang.Comparable<PerformanceEvaluation.RunResult>
| Constructor and Description |
|---|
RunResult(long duration,
Histogram hist) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(PerformanceEvaluation.RunResult o) |
java.lang.String |
toString() |
public java.lang.String toString()
toString in class java.lang.Objectpublic int compareTo(PerformanceEvaluation.RunResult o)
compareTo in interface java.lang.Comparable<PerformanceEvaluation.RunResult>