|
Invocation tree
By default, JProfiler does not resolve line numbers in call trees. If you enable
show line numbers for sampling and dynamic instrumentation,
line number resolution will be enabled for the
call tree collections modes of
"Sampling" and "Dynamic instrumentation".
For "Full instrumentation", line number resolution is not available.
When a method calls another method multiple times in different lines of code,
line number resolution will show these invocations as separate method nodes
in the invocation tree and the
allocation monitor view.
Backtraces in the hotspot views will also show line numbers.
Note that a line number can only be shown if the call to a method originates in an
unfiltered class.
|