Analyzing hot spots

To analyze hot spots:

  1. Make sure that Hot Spots page is opened showing a list of threads.
  2. Expand a thread node to see the hot spots.
  3. Make sure that the methods are sorted with Selt Time column, and find out which methods have relatively large value of self invocation time.
  4. Double-click the method to check the code on Java editor.

Note: When selecting the context menu Focus On '<method name>' on Call Tree page, only the focused method and its callees are shown.