Package | Description |
---|---|
org.openjdk.jmh.profile | |
org.openjdk.jmh.util |
Modifier and Type | Field and Description |
---|---|
(package private) java.util.Set<Interval> |
AbstractPerfAsmProfiler.Assembly.intervals |
Modifier and Type | Method and Description |
---|---|
private java.util.List<Interval> |
AbstractPerfAsmProfiler.figureHotIntervals(java.util.SortedSet<java.lang.Long> allAddrs,
long from,
long to) |
Modifier and Type | Method and Description |
---|---|
private void |
AbstractPerfAsmProfiler.GeneratedRegion.printInterval(java.io.PrintWriter pw,
Interval it,
long addr,
long evAddr,
boolean inline) |
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) |
Modifier and Type | Method and Description |
---|---|
int |
Interval.compareTo(Interval o) |