Usage
Use this report to see how CPU time was consumed by execution of Java™ programs in each unique call path. The unexpanded report shows one or more lines for each Java method in which execution was observed. Execution in a method is quantified and reported separately for each different call path. (A call path represents a path of control in the form: A calls B calls C calls D ... etc.)
By expanding the first-level method line you can see a line for each of the calling methods in the path of control. These are shown in reverse order of control. In the case of A calls B calls C calls D, method D (in which execution was observed) is reported in the first-level line and the second-level lines show C then B then A.