previous      content      next
What-if

"What-if" feature allows to analyze CPU profiling results, ignoring particular methods or focusing on particular methods only.

This feature requires capturing a snapshot. It is not available in live views.

In views with CPU profiling results (call tree, method list, hot spots), use menu actions (available as popup menu and in main menu):

  • CPU | Exclude Method - opens a new tab with CPU results modified such that all calls to the selected method are ignored.
  • CPU | Exclude Subtree - opens a new tab with CPU results modified such that the selected method call is ignored.
  • CPU | Focus On Method - opens a new tab with CPU results modified such that all methods except for the selected method are ignored. Methods, which called the selected method are shown too, but their times only include time spent in the selected method.
  • CPU | Focus On Subtree - opens a new tab with CPU results modified such that they include only selected method call. Parent method times only include time spent in the selected subtree.
previous      content      next