Uses of Class
org.openjdk.jmh.profile.PausesProfiler.PausesProfilerResult
-
Packages that use PausesProfiler.PausesProfilerResult Package Description org.openjdk.jmh.profile -
-
Uses of PausesProfiler.PausesProfilerResult in org.openjdk.jmh.profile
Methods in org.openjdk.jmh.profile that return PausesProfiler.PausesProfilerResult Modifier and Type Method Description PausesProfiler.PausesProfilerResult
PausesProfiler.PausesProfilerResult.JoiningAggregator. aggregate(java.util.Collection<PausesProfiler.PausesProfilerResult> results)
Methods in org.openjdk.jmh.profile that return types with arguments of type PausesProfiler.PausesProfilerResult Modifier and Type Method Description protected Aggregator<PausesProfiler.PausesProfilerResult>
PausesProfiler.PausesProfilerResult. getIterationAggregator()
protected Aggregator<PausesProfiler.PausesProfilerResult>
PausesProfiler.PausesProfilerResult. getThreadAggregator()
Method parameters in org.openjdk.jmh.profile with type arguments of type PausesProfiler.PausesProfilerResult Modifier and Type Method Description PausesProfiler.PausesProfilerResult
PausesProfiler.PausesProfilerResult.JoiningAggregator. aggregate(java.util.Collection<PausesProfiler.PausesProfilerResult> results)
-