Uses of Class
org.openjdk.jmh.results.SingleShotResult
Packages that use SingleShotResult
-
Uses of SingleShotResult in org.openjdk.jmh.results
Subclasses with type arguments of type SingleShotResult in org.openjdk.jmh.resultsModifier and TypeClassDescriptionclassResult class that stores once operation execution time.Classes in org.openjdk.jmh.results that implement interfaces with type arguments of type SingleShotResultModifier and TypeClassDescription(package private) static classAverages the time on all levels.Methods in org.openjdk.jmh.results that return SingleShotResultModifier and TypeMethodDescriptionSingleShotResult.AveragingAggregator.aggregate(Collection<SingleShotResult> results) Methods in org.openjdk.jmh.results that return types with arguments of type SingleShotResultModifier and TypeMethodDescriptionprotected Aggregator<SingleShotResult> SingleShotResult.getIterationAggregator()protected Aggregator<SingleShotResult> SingleShotResult.getThreadAggregator()Method parameters in org.openjdk.jmh.results with type arguments of type SingleShotResultModifier and TypeMethodDescriptionSingleShotResult.AveragingAggregator.aggregate(Collection<SingleShotResult> results)