Uses of Class
org.openjdk.jmh.results.SampleTimeResult
Packages that use SampleTimeResult
-
Uses of SampleTimeResult in org.openjdk.jmh.results
Subclasses with type arguments of type SampleTimeResult in org.openjdk.jmh.resultsModifier and TypeClassDescriptionclassResult class that samples operation time.Classes in org.openjdk.jmh.results that implement interfaces with type arguments of type SampleTimeResultModifier and TypeClassDescription(package private) static classAlways add up all the samples into final result.Methods in org.openjdk.jmh.results that return SampleTimeResultModifier and TypeMethodDescriptionSampleTimeResult.JoiningAggregator.aggregate(Collection<SampleTimeResult> results) Methods in org.openjdk.jmh.results that return types with arguments of type SampleTimeResultModifier and TypeMethodDescriptionprotected Aggregator<SampleTimeResult> SampleTimeResult.getIterationAggregator()protected Aggregator<SampleTimeResult> SampleTimeResult.getThreadAggregator()Method parameters in org.openjdk.jmh.results with type arguments of type SampleTimeResultModifier and TypeMethodDescriptionSampleTimeResult.JoiningAggregator.aggregate(Collection<SampleTimeResult> results)