| Package | Description |
|---|---|
| org.openjdk.jmh.results | |
| org.openjdk.jmh.util |
| 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) |
| Constructor and Description |
|---|
Result(ResultRole role,
String label,
Statistics s,
String unit,
AggregationPolicy policy) |
| 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) |
Copyright © 2012-2015 Oracle. All Rights Reserved.