previous      content      next
Method back traces view

This view shows where a particular method was called.

  • CPU | Method Back Traces (Ctrl+Shift+M) opens this view for the selected method.

If method invocation counts were recorded, they are shown in call trees as well. Invocation counts are not cumulative.

You can apply the following actions to the selected method (also available from the popup menu):

  • CPU | Method Merged Callees (Ctrl+M) - shows the method's merged callees.
  • CPU | Method Back Traces (Ctrl+Shift+M) - shows the method's back traces.
  • Tools | Open Declaration in IDE Editor (F7) - opens method declaration in IDE editor (see IDE integration).

previous      content      next