![]() ![]() |
By selecting a method in the Top Hot Methods list, you can see its sampled Predecessors and Successors (see Figure 5-3) in the tree views to the right (or below if you have changed the layout of the tab). These are the methods that call the selected method and the methods the selected method calls.
The number within brackets is the number of sampled call traces of which the method is part. The percentage shows how common a particular path is in the method tree. If you see methods that are called a lot from JRockit, you might want to investigate if that method is causing your application to run slower than necessary.
![]() ![]() |