Uses of Interface
org.openjdk.jmh.util.Multiset
Packages that use Multiset
-
Uses of Multiset in org.openjdk.jmh.profile
Fields in org.openjdk.jmh.profile declared as MultisetFields in org.openjdk.jmh.profile with type parameters of type MultisetModifier and TypeFieldDescriptionAbstractPerfAsmProfiler.PerfEvents.events
private final Map
<Thread.State, Multiset<StackProfiler.StackRecord>> StackProfiler.SamplingTask.stacks
private final Map
<Thread.State, Multiset<StackProfiler.StackRecord>> StackProfiler.StackResult.stacks
Methods in org.openjdk.jmh.profile that return MultisetMethod parameters in org.openjdk.jmh.profile with type arguments of type MultisetModifier 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 MultisetModifierConstructorDescription(package private)
PerfEvents
(Collection<String> tracedEvents, Map<String, Multiset<Long>> events, IntervalMap<AbstractPerfAsmProfiler.MethodDesc> methods) StackResult
(Map<Thread.State, Multiset<StackProfiler.StackRecord>> stacks, int topStacks) -
Uses of Multiset in org.openjdk.jmh.util
Classes in org.openjdk.jmh.util that implement MultisetModifier and TypeClassDescriptionclass
class
HashMultiset<T>
class
TreeMultiset<T extends Comparable<T>>
Fields in org.openjdk.jmh.util declared as MultisetMethods in org.openjdk.jmh.util with parameters of type MultisetModifier and TypeMethodDescriptionstatic <T> List
<T> Multisets.countHighest
(Multiset<T> set, int top) static <T> List
<T> Multisets.sortedDesc
(Multiset<T> set)