Uses of Class
org.openjdk.jmh.profile.StackProfiler.StackRecord
Packages that use StackProfiler.StackRecord
-
Uses of StackProfiler.StackRecord in org.openjdk.jmh.profile
Fields in org.openjdk.jmh.profile with type parameters of type StackProfiler.StackRecordModifier and TypeFieldDescriptionprivate final Map
<Thread.State, Multiset<StackProfiler.StackRecord>> StackProfiler.SamplingTask.stacks
private final Map
<Thread.State, Multiset<StackProfiler.StackRecord>> StackProfiler.StackResult.stacks
Method parameters in org.openjdk.jmh.profile with type arguments of type StackProfiler.StackRecordModifier and TypeMethodDescriptionStackProfiler.StackResult.getStack
(Map<Thread.State, Multiset<StackProfiler.StackRecord>> stacks) private long
StackProfiler.StackResult.getTotalSize
(Map<Thread.State, Multiset<StackProfiler.StackRecord>> stacks) Constructor parameters in org.openjdk.jmh.profile with type arguments of type StackProfiler.StackRecordModifierConstructorDescriptionStackResult
(Map<Thread.State, Multiset<StackProfiler.StackRecord>> stacks, int topStacks)