Uses of Interface
org.openjdk.jmh.results.Aggregator
Packages that use Aggregator
-
Uses of Aggregator in org.openjdk.jmh.profile
Classes in org.openjdk.jmh.profile that implement AggregatorMethods in org.openjdk.jmh.profile that return AggregatorModifier and TypeMethodDescriptionprotected Aggregator<StackProfiler.StackResult> StackProfiler.StackResult.getIterationAggregator()protected Aggregator<StackProfiler.StackResult> StackProfiler.StackResult.getThreadAggregator() -
Uses of Aggregator in org.openjdk.jmh.results
Methods in org.openjdk.jmh.results that return AggregatorModifier and TypeMethodDescriptionprotected Aggregator<AverageTimeResult> AverageTimeResult.getIterationAggregator()protected abstract Aggregator<T> Result.getIterationAggregator()Iteration aggregator combines the iteration results into benchmar result.protected Aggregator<SampleTimeResult> SampleTimeResult.getIterationAggregator()protected Aggregator<ScalarDerivativeResult> ScalarDerivativeResult.getIterationAggregator()protected Aggregator<ScalarResult> ScalarResult.getIterationAggregator()protected Aggregator<SingleShotResult> SingleShotResult.getIterationAggregator()protected Aggregator<TextResult> TextResult.getIterationAggregator()protected Aggregator<ThroughputResult> ThroughputResult.getIterationAggregator()protected Aggregator<AverageTimeResult> AverageTimeResult.getThreadAggregator()protected abstract Aggregator<T> Result.getThreadAggregator()Thread aggregator combines the thread results into iteration result.protected Aggregator<SampleTimeResult> SampleTimeResult.getThreadAggregator()protected Aggregator<ScalarDerivativeResult> ScalarDerivativeResult.getThreadAggregator()protected Aggregator<ScalarResult> ScalarResult.getThreadAggregator()protected Aggregator<SingleShotResult> SingleShotResult.getThreadAggregator()protected Aggregator<TextResult> TextResult.getThreadAggregator()protected Aggregator<ThroughputResult> ThroughputResult.getThreadAggregator()