CPU Profile Individual Lines within a Method

Questions about YourKit Java Profiler
Post Reply
christopherwjohnson
Posts: 1
Joined: Mon Jul 16, 2018 2:34 am

CPU Profile Individual Lines within a Method

Post by christopherwjohnson »

Is there a way to profile individual lines/operations within a method?

Currently YourKit Java Profiler is revealing hotspot methods but I don't see any information about what parts of the methods are eating the CPU. Some of these hotspots are large third-party methods that will take a lot of work to break into smaller methods in order to narrow down the profiling results.
Anton Katilin
Posts: 6172
Joined: Wed Aug 11, 2004 8:37 am

Re: CPU Profile Individual Lines within a Method

Post by Anton Katilin »

Profiling results in hot spots view are presented per-method. Line numbers where methods are called are presented in call trees.
Post Reply