Analyzing callers/callees

You may want to find callers and callees of a certain method in some cases. For example, when you look at Hot Spots page, and find out that a certain method has relatively large value of invocation count, you may want to find its callers. Note that there can be other places that the same method is called in the call tree.

To analyze callers/callees:

  1. Select a method on Call Tree page or Hot Spots page, and select the context menu Show Callers/Callees to show the callers and callees of the selected method on Callers/Callees page.
  2. Double-click the method to check the code on Java editor as needed.

Note: You can further show callers and callees by selecting the context menu Show Callers/Callees.