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 Statistics
Result.of
(double v) private static Statistics
SampleTimeResult.of
(SampleBuffer buffer, TimeUnit outputTimeUnit) Methods in org.openjdk.jmh.results with parameters of type StatisticsModifier and TypeMethodDescriptionprivate void
Result.printHisto
(Statistics stats, StringBuilder sb) private void
Result.printPercentiles
(Statistics stats, StringBuilder sb) Constructors in org.openjdk.jmh.results with parameters of type StatisticsModifierConstructorDescription(package private)
AverageTimeResult
(ResultRole mode, String label, Statistics value, String unit) Result
(ResultRole role, String label, Statistics s, String unit, AggregationPolicy policy) (package private)
ScalarDerivativeResult
(String label, Statistics s, String unit, AggregationPolicy policy) (package private)
ScalarResult
(String label, Statistics s, String unit, AggregationPolicy policy) (package private)
SingleShotResult
(ResultRole mode, String label, Statistics s, String unit) (package private)
ThroughputResult
(ResultRole role, String label, Statistics s, String unit, AggregationPolicy policy) -
Uses of Statistics in org.openjdk.jmh.results.format
Methods in org.openjdk.jmh.results.format with parameters of type StatisticsModifier and TypeMethodDescriptionprivate String
JSONResultFormat.emitPercentiles
(Statistics stats) -
Uses of Statistics in org.openjdk.jmh.util
Classes in org.openjdk.jmh.util that implement StatisticsModifier and TypeClassDescriptionclass
class
Calculate statistics over a list of doubles.class
class
Calculate 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 TypeMethodDescriptionint
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.