Identifying active threads

Prerequisites:

The Execution Flow view allows you to examine the threads within a program to identify when and where most a program's resources are spent.

To open the Execution Flow view follow these steps:

  1. In the Profiling Monitor view, select either the monitor or the agent.
  2. Right click, then select Open With > Execution Flow. The Execution Flow view opens.
  3. In the Execution Flow view, each thread consists of a large number of method calls. The methods are represented by vertical stripes, progressing from left to right, and the active parts of the thread are identified by this left-to-right progression.

Tips

Related concepts
Overview of the Profiling Tool
Execution flow view and table

Related tasks
Profiling an application
Launching or attaching a Java process