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 AggregatorModifier and TypeClassDescription(package private) static classprivate static classAlways add up all the samples into final result.private static classAlways add up all the samples into final result.static classMethods in org.openjdk.jmh.profile that return AggregatorModifier and TypeMethodDescriptionprotected Aggregator<LinuxPerfProfiler.PerfResult> LinuxPerfProfiler.PerfResult.getIterationAggregator()protected Aggregator<PausesProfiler.PausesProfilerResult> PausesProfiler.PausesProfilerResult.getIterationAggregator()SafepointsProfiler.SafepointProfilerResult.getIterationAggregator()protected Aggregator<StackProfiler.StackResult> StackProfiler.StackResult.getIterationAggregator()protected Aggregator<LinuxPerfProfiler.PerfResult> LinuxPerfProfiler.PerfResult.getThreadAggregator()protected Aggregator<PausesProfiler.PausesProfilerResult> PausesProfiler.PausesProfilerResult.getThreadAggregator()SafepointsProfiler.SafepointProfilerResult.getThreadAggregator()protected Aggregator<StackProfiler.StackResult> StackProfiler.StackResult.getThreadAggregator() -
Uses of Aggregator in org.openjdk.jmh.results
Classes in org.openjdk.jmh.results that implement AggregatorModifier and TypeClassDescription(package private) static class(package private) static classAlways add up all the samples into final result.(package private) static class(package private) static class(package private) static classAverages the time on all levels.(package private) class(package private) static classMethods 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()