The call tree view settings dialog is accessed by bringing the call tree to front and choosing View->View Settings from JProfiler's main menu or clicking on the corresponding toolbar button. |
The node description options control the amount of information
that is presented in the description of the node (methods, classes, packages or
Java EE components, depending on the selected aggregation level).
|
You can select a time scale mode for all displayed times:
|
The display threshold below which nodes are ignored is entered in
percent. Calls whose self time makes up less than that percentage
are not shown in the call tree except for the case where
they are part of a call sequence which leads to a node with an self time
above the given threshold. Those nodes are indicated by a grayed out icon.
To activate the threshold, you have to select the "Hide calls with less than ..." check box. This option allows you to trim down the call tree to the most important parts. |
The percentage base determines against what time span percentages
are calculated.
|