Uses of Interface
org.openjdk.jmh.util.Statistics
-
Packages that use Statistics Package Description org.openjdk.jmh.results org.openjdk.jmh.util -
-
Uses of Statistics in org.openjdk.jmh.results
Fields in org.openjdk.jmh.results declared as Statistics Modifier and Type Field Description protected StatisticsResult. statisticsMethods in org.openjdk.jmh.results that return Statistics Modifier and Type Method Description StatisticsResult. getStatistics()Return the statistics holding the subresults' values.protected static StatisticsResult. of(double v)Constructors in org.openjdk.jmh.results with parameters of type Statistics Constructor Description Result(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 Statistics Modifier and Type Class Description classAbstractStatisticsclassListStatisticsCalculate statistics over a list of doubles.classMultisetStatisticsclassSingletonStatisticsCalculate statistics with just a single value.Methods in org.openjdk.jmh.util that return Statistics Modifier and Type Method Description StatisticsSampleBuffer. getStatistics(double multiplier)Methods in org.openjdk.jmh.util with parameters of type Statistics Modifier and Type Method Description intAbstractStatistics. 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.
-