Uses of Interface
org.openjdk.jmh.util.Multiset
-
Packages that use Multiset Package Description org.openjdk.jmh.profile org.openjdk.jmh.util -
-
Uses of Multiset in org.openjdk.jmh.profile
Fields in org.openjdk.jmh.profile declared as Multiset Modifier and Type Field Description private static Multiset<java.lang.String>GCProfiler.VMSupport. churnFields in org.openjdk.jmh.profile with type parameters of type Multiset Modifier and Type Field Description (package private) java.util.Map<java.lang.String,Multiset<java.lang.Long>>AbstractPerfAsmProfiler.PerfEvents. eventsprivate java.util.Map<java.lang.Thread.State,Multiset<StackProfiler.StackRecord>>StackProfiler.SamplingTask. stacksprivate java.util.Map<java.lang.Thread.State,Multiset<StackProfiler.StackRecord>>StackProfiler.StackResult. stacksMethods in org.openjdk.jmh.profile that return Multiset Modifier and Type Method Description Multiset<java.lang.Long>AbstractPerfAsmProfiler.PerfEvents. get(java.lang.String event)static Multiset<java.lang.String>GCProfiler.VMSupport. getChurn()Method parameters in org.openjdk.jmh.profile with type arguments of type Multiset Modifier and Type Method Description java.lang.StringStackProfiler.StackResult. getStack(java.util.Map<java.lang.Thread.State,Multiset<StackProfiler.StackRecord>> stacks)private longStackProfiler.StackResult. getTotalSize(java.util.Map<java.lang.Thread.State,Multiset<StackProfiler.StackRecord>> stacks)Constructor parameters in org.openjdk.jmh.profile with type arguments of type Multiset Constructor Description PerfEvents(java.util.Collection<java.lang.String> tracedEvents, java.util.Map<java.lang.String,Multiset<java.lang.Long>> events, IntervalMap<AbstractPerfAsmProfiler.MethodDesc> methods)StackResult(java.util.Map<java.lang.Thread.State,Multiset<StackProfiler.StackRecord>> stacks, int topStacks) -
Uses of Multiset in org.openjdk.jmh.util
Classes in org.openjdk.jmh.util that implement Multiset Modifier and Type Class Description classDelegatingMultiset<T>classHashMultiset<T>classTreeMultiset<T extends java.lang.Comparable<T>>Fields in org.openjdk.jmh.util declared as Multiset Modifier and Type Field Description private Multiset<java.lang.Double>MultisetStatistics. valuesMethods in org.openjdk.jmh.util with parameters of type Multiset Modifier and Type Method Description static <T> java.util.List<T>Multisets. countHighest(Multiset<T> set, int top)static <T> java.util.List<T>Multisets. sortedDesc(Multiset<T> set)
-