Package | Description |
---|---|
org.openjdk.jmh.profile | |
org.openjdk.jmh.results | |
org.openjdk.jmh.results.format | |
org.openjdk.jmh.util |
Constructor and Description |
---|
PerfResult(java.lang.String key,
Statistics stat) |
ProfilerResult(java.lang.String label,
Statistics s,
java.lang.String unit,
AggregationPolicy policy) |
Modifier and Type | Field and Description |
---|---|
protected Statistics |
Result.statistics |
Modifier and Type | Method and Description |
---|---|
Statistics |
Result.getStatistics()
Return the statistics holding the subresults' values.
|
protected static Statistics |
Result.of(double v) |
private static Statistics |
SampleTimeResult.of(SampleBuffer buffer,
java.util.concurrent.TimeUnit outputTimeUnit) |
Modifier and Type | Method and Description |
---|---|
private void |
Result.printHisto(Statistics stats,
java.lang.StringBuilder sb) |
private void |
Result.printPercentiles(Statistics stats,
java.lang.StringBuilder sb) |
Constructor and Description |
---|
AverageTimeResult(ResultRole mode,
java.lang.String label,
Statistics value,
java.lang.String unit) |
Result(ResultRole role,
java.lang.String label,
Statistics s,
java.lang.String unit,
AggregationPolicy policy) |
SingleShotResult(ResultRole mode,
java.lang.String label,
Statistics s,
java.lang.String unit) |
ThroughputResult(ResultRole role,
java.lang.String label,
Statistics s,
java.lang.String unit,
AggregationPolicy policy) |
Modifier and Type | Method and Description |
---|---|
private java.lang.String |
JSONResultFormat.emitPercentiles(Statistics stats) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractStatistics |
class |
ListStatistics
Calculate statistics over a list of doubles.
|
class |
MultisetStatistics |
class |
SingletonStatistics
Calculate statistics with just a single value.
|
Modifier and Type | Method and Description |
---|---|
Statistics |
SampleBuffer.getStatistics(double multiplier) |
Modifier and Type | Method and Description |
---|---|
int |
Statistics.compareTo(Statistics other)
Compares this statistics to another one.
|
int |
AbstractStatistics.compareTo(Statistics other) |
int |
Statistics.compareTo(Statistics other,
double confidence)
Compares this statistics to another one.
|
int |
AbstractStatistics.compareTo(Statistics other,
double confidence) |
boolean |
Statistics.isDifferent(Statistics other,
double confidence)
Checks if this statistics statistically different from the given one
with the given confidence level.
|
boolean |
AbstractStatistics.isDifferent(Statistics other,
double confidence) |