This view shows a top-down call tree representing how XSLT instructions or XQuery expressions
are processed.
The entries in the invocation tree have different meanings which are indicated by the
displayed icons:
-
- Points to a call whose inherent time is insignificant compared to its call
tree time.
-
- Points to a call whose inherent time is significant compared to its call tree
time (greater than 1/3rd of its call tree time).
Every entry in the invocation tree has textual information attached which depends on the
XSLT/XQuery profiler settings
:
- A percentage number of total time which is calculated with respect to either the root of
the tree or the calling instruction.
- A total time measurement in milliseconds or microseconds. This is the total execution time
that includes calls into other instructions.
- A percentage number of inherent time which is calculated with respect to either the root
of the tree or the calling instruction.
- An inherent time measurement in milliseconds or microseconds. This is the inherent
execution time of the instruction.
- An invocation count which shows how often the instruction has been invoked on this
path.
- An instruction name which contains also the attributes description.