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