|
The hot spots view is conceptually similar to the CPU hot spots view.
Instead of showing method hot spots, it shows payload names published by the selected probe. Payload names
(such as the SQL string of a statement for the JDBC probe) have an associated duration, and the ones that take the
most time result as the top hot spots.
Payloads are also connected with particular call stacks, so the hot spots view can show a
merged tree of back traces. Even if sampling is enabled, JProfiler records the exact call traces for probe payloads
by default. If you want to avoid this overhead, you can switch it off in the
profiling settings.
For more information on the payload concept, please see the
corresponding help topic
|