Uses of Class
org.openjdk.jmh.util.Interval
-
Packages that use Interval Package Description org.openjdk.jmh.profile org.openjdk.jmh.util -
-
Uses of Interval in org.openjdk.jmh.profile
Fields in org.openjdk.jmh.profile with type parameters of type Interval Modifier and Type Field Description (package private) java.util.Set<Interval>
AbstractPerfAsmProfiler.Assembly. intervals
Methods in org.openjdk.jmh.profile that return types with arguments of type Interval Modifier and Type Method Description private java.util.List<Interval>
AbstractPerfAsmProfiler. figureHotIntervals(java.util.SortedSet<java.lang.Long> addrs, AbstractPerfAsmProfiler.Assembly asms)
Methods in org.openjdk.jmh.profile with parameters of type Interval Modifier and Type Method Description private void
AbstractPerfAsmProfiler.GeneratedRegion. printInterval(java.io.PrintWriter pw, Interval it, long addr, long evAddr, boolean inline)
Method parameters in org.openjdk.jmh.profile with type arguments of type Interval Modifier and Type Method Description private void
AbstractPerfAsmProfiler. addInterval(java.util.List<Interval> intervals, long begAddr, long lastAddr, AbstractPerfAsmProfiler.Assembly asms)
Constructor parameters in org.openjdk.jmh.profile with type arguments of type Interval Constructor 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)
-
Uses of Interval in org.openjdk.jmh.util
Methods in org.openjdk.jmh.util with parameters of type Interval Modifier and Type Method Description int
Interval. compareTo(Interval o)
-