protected static class AbstractPerfAsmProfiler.PerfEvents extends Object
| Constructor and Description |
|---|
PerfEvents(Collection<String> tracedEvents) |
| Modifier and Type | Method and Description |
|---|---|
Multiset<Long> |
get(String event) |
SortedSet<Long> |
getAllAddresses() |
org.openjdk.jmh.profile.AbstractPerfAsmProfiler.MethodDesc |
getMethod(long addr) |
Long |
getTotalEvents(String event) |
boolean |
isEmpty() |
public PerfEvents(Collection<String> tracedEvents)
Copyright © 2012–2018 Oracle. All rights reserved.