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. churn
Fields 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. events
private java.util.Map<java.lang.Thread.State,Multiset<StackProfiler.StackRecord>>
StackProfiler.SamplingTask. stacks
private java.util.Map<java.lang.Thread.State,Multiset<StackProfiler.StackRecord>>
StackProfiler.StackResult. stacks
Methods 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.String
StackProfiler.StackResult. getStack(java.util.Map<java.lang.Thread.State,Multiset<StackProfiler.StackRecord>> stacks)
private long
StackProfiler.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 class
DelegatingMultiset<T>
class
HashMultiset<T>
class
TreeMultiset<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. values
Methods 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)
-