The hotspots view shows a list of all instruction calls which lie above the threshold defined in the XSLT/XQuery profiler settings .
By opening a hotspot instruction entry, the tree of back-traces leading to that instruction call are calculated and shown.
Every hotspot is described in several columns:
the instruction name;
the inherent time in ms or µs of how much time has been spent in the hotspot together with a bar whose length is proportional to this value. All calls into this instruction are summed up regardless of the particular call sequence;
the invocation count of the hotspot.
If you click on the
handle on the left side of a hotspot, a tree of back-traces will be shown.Every entry in the backtrace tree has textual information attached to it which depends on the XSLT/XQuery profiler settings .
a percentage number which is calculated with respect either to the total time or the called instruction;
a time measured in ms or µs of how much time has been contributed to the parent hotspot on this path;
an invocation count which shows how often the hotspot has been invoked on this path;
![]() | Note |
---|---|
This is not the number of invocations of this instruction. |
an instruction name which contains also its attributes.