![](/images/backgrounds/286181/hp-hp-ux-java-software-users-manual-15606676x1.png)
from the caller to the number of all calls to this method from all callers. It may be
In cases when there is more than one caller of a method, the number of other callers is also given.
Example of Node Color DisplayIt is best to explain the meaning of the numbers in a tree in an example. Here's a snippet from a Call Graph Tree with times:
Figure
In the picture above, you can see that run was the only caller of sleepPerTab. The inclusive time for all calls to sleepPerTab was 6,883,833 time units. Lower down, you can see that sleepPerTab used 2,966 time units on calls to setValue , which represents 97% of the total inclusive time used by this method. The remaining 3% of time used by setValue was caused by calls from the remaining callers (three other callers in this case).
76 Profiling Applications