Uses of Interface
org.openjdk.jmh.util.Statistics
-
Packages that use Statistics Package Description org.openjdk.jmh.results org.openjdk.jmh.results.format 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)private static StatisticsSampleTimeResult. of(SampleBuffer buffer, java.util.concurrent.TimeUnit outputTimeUnit)Methods in org.openjdk.jmh.results with parameters of type Statistics Modifier and Type Method Description private voidResult. printHisto(Statistics stats, java.lang.StringBuilder sb)private voidResult. printPercentiles(Statistics stats, java.lang.StringBuilder sb)Constructors in org.openjdk.jmh.results with parameters of type Statistics Constructor 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)ScalarDerivativeResult(java.lang.String label, Statistics s, java.lang.String unit, AggregationPolicy policy)ScalarResult(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) -
Uses of Statistics in org.openjdk.jmh.results.format
Methods in org.openjdk.jmh.results.format with parameters of type Statistics Modifier and Type Method Description private java.lang.StringJSONResultFormat. emitPercentiles(Statistics stats) -
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.
-