| Package | Description |
|---|---|
| org.openjdk.jmh.results | |
| org.openjdk.jmh.util |
| Modifier and Type | Field | Description |
|---|---|---|
protected Statistics |
Result.statistics |
| Modifier and Type | Method | Description |
|---|---|---|
Statistics |
Result.getStatistics() |
Return the statistics holding the subresults' values.
|
protected static Statistics |
Result.of(double v) |
| Constructor | Description |
|---|---|
Result(ResultRole role,
String label,
Statistics s,
String unit,
AggregationPolicy policy) |
| Modifier and Type | Class | 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 | Description |
|---|---|---|
Statistics |
SampleBuffer.getStatistics(double multiplier) |
| Modifier and Type | Method | Description |
|---|---|---|
int |
AbstractStatistics.compareTo(Statistics other) |
|
int |
AbstractStatistics.compareTo(Statistics other,
double confidence) |
|
int |
Statistics.compareTo(Statistics other) |
Compares this statistics to another one.
|
int |
Statistics.compareTo(Statistics other,
double confidence) |
Compares this statistics to another one.
|
boolean |
AbstractStatistics.isDifferent(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.
|
Copyright © 2012-2017 Oracle. All Rights Reserved.