Uses of Class
org.openjdk.jmh.profile.AbstractPerfAsmProfiler.Assembly
Packages that use AbstractPerfAsmProfiler.Assembly
-
Uses of AbstractPerfAsmProfiler.Assembly in org.openjdk.jmh.profile
Fields in org.openjdk.jmh.profile declared as AbstractPerfAsmProfiler.AssemblyModifier and TypeFieldDescription(package private) final AbstractPerfAsmProfiler.Assembly
AbstractPerfAsmProfiler.GeneratedRegion.asms
Methods in org.openjdk.jmh.profile that return AbstractPerfAsmProfiler.AssemblyModifier and TypeMethodDescriptionprivate AbstractPerfAsmProfiler.Assembly
AbstractPerfAsmProfiler.readAssembly
(File stdOut) Methods in org.openjdk.jmh.profile with parameters of type AbstractPerfAsmProfiler.AssemblyModifier and TypeMethodDescriptionprivate void
AbstractPerfAsmProfiler.addInterval
(List<Interval> intervals, long begAddr, long lastAddr, AbstractPerfAsmProfiler.Assembly asms) AbstractPerfAsmProfiler.figureHotIntervals
(SortedSet<Long> addrs, AbstractPerfAsmProfiler.Assembly asms) private List
<AbstractPerfAsmProfiler.Region> AbstractPerfAsmProfiler.makeRegions
(AbstractPerfAsmProfiler.Assembly asms, AbstractPerfAsmProfiler.PerfEvents events) Constructors in org.openjdk.jmh.profile with parameters of type AbstractPerfAsmProfiler.AssemblyModifierConstructorDescription(package private)
GeneratedRegion
(Collection<String> tracedEvents, AbstractPerfAsmProfiler.Assembly asms, AbstractPerfAsmProfiler.MethodDesc desc, long begin, long end, Collection<AbstractPerfAsmProfiler.ASMLine> code, Set<Long> eventfulAddrs, int threshold, boolean drawIntraJumps, boolean drawInterJumps)