Package | Description |
---|---|
org.openjdk.jmh.profile |
Modifier and Type | Field and Description |
---|---|
(package private) java.util.Collection<AbstractPerfAsmProfiler.ASMLine> |
AbstractPerfAsmProfiler.GeneratedRegion.code |
(package private) java.util.List<AbstractPerfAsmProfiler.ASMLine> |
AbstractPerfAsmProfiler.Assembly.lines |
Modifier and Type | Method and Description |
---|---|
java.util.List<AbstractPerfAsmProfiler.ASMLine> |
AbstractPerfAsmProfiler.Assembly.getLines(long begin,
long end,
int window) |
Constructor and Description |
---|
Assembly(java.util.List<AbstractPerfAsmProfiler.ASMLine> lines,
java.util.SortedMap<java.lang.Long,java.lang.Integer> addressMap,
IntervalMap<AbstractPerfAsmProfiler.MethodDesc> methodMap,
java.util.Set<Interval> intervals) |
GeneratedRegion(java.util.Collection<java.lang.String> tracedEvents,
AbstractPerfAsmProfiler.Assembly asms,
AbstractPerfAsmProfiler.MethodDesc desc,
long begin,
long end,
java.util.Collection<AbstractPerfAsmProfiler.ASMLine> code,
java.util.Set<java.lang.Long> eventfulAddrs,
int threshold,
boolean drawIntraJumps,
boolean drawInterJumps) |