Uses of Interface
org.openjdk.jmh.util.Statistics
Packages that use Statistics
-
Uses of Statistics in org.openjdk.jmh.results
Fields in org.openjdk.jmh.results declared as StatisticsMethods in org.openjdk.jmh.results that return StatisticsModifier and TypeMethodDescriptionResult.getStatistics()Return the statistics holding the subresults' values.protected static StatisticsResult.of(double v) Constructors in org.openjdk.jmh.results with parameters of type StatisticsModifierConstructorDescriptionResult(ResultRole role, String label, Statistics s, String unit, AggregationPolicy policy) -
Uses of Statistics in org.openjdk.jmh.util
Classes in org.openjdk.jmh.util that implement StatisticsModifier and TypeClassDescriptionclassclassCalculate statistics over a list of doubles.classclassCalculate statistics with just a single value.Methods in org.openjdk.jmh.util that return StatisticsMethods in org.openjdk.jmh.util with parameters of type StatisticsModifier and TypeMethodDescriptionintAbstractStatistics.compareTo(Statistics other) intAbstractStatistics.compareTo(Statistics other, double confidence) intStatistics.compareTo(Statistics other) Compares this statistics to another one.intStatistics.compareTo(Statistics other, double confidence) Compares this statistics to another one.booleanAbstractStatistics.isDifferent(Statistics other, double confidence) booleanStatistics.isDifferent(Statistics other, double confidence) Checks if this statistics statistically different from the given one with the given confidence level.