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.stacksprivate final Map<Thread.State, Multiset<StackProfiler.StackRecord>> StackProfiler.StackResult.stacksMethod 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 longStackProfiler.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)