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