Package | Description |
---|---|
org.openjdk.jmh.profile | |
org.openjdk.jmh.util |
Modifier and Type | Method and Description |
---|---|
Multiset<Long> |
AbstractPerfAsmProfiler.PerfEvents.get(String event) |
Modifier and Type | Method and Description |
---|---|
String |
StackProfiler.StackResult.getStack(Map<Thread.State,Multiset<org.openjdk.jmh.profile.StackProfiler.StackRecord>> stacks) |
Constructor and Description |
---|
StackResult(Map<Thread.State,Multiset<org.openjdk.jmh.profile.StackProfiler.StackRecord>> stacks,
int topStacks) |
Modifier and Type | Class and Description |
---|---|
class |
DelegatingMultiset<T> |
class |
HashMultiset<T> |
class |
TreeMultiset<T extends Comparable<T>> |
Modifier and Type | Method and Description |
---|---|
static <T> List<T> |
Multisets.countHighest(Multiset<T> set,
int top) |
static <T> List<T> |
Multisets.sortedDesc(Multiset<T> set) |
Copyright © 2015. All rights reserved.