To give you a better understanding of program execution and thereby an indication of when and where most resources of a program are spent, it is useful to know which threads are active and when. The Execution Flow view is helpful for this purpose.
To open the execution flow follow these steps:
Each thread consists of a profusion 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.
to the crowded area.Related concepts
Overview of the Profiling Tool
Execution flow view and table
Related tasks
Profiling an application
Launching or attaching a Java process
(C) Copyright IBM Corporation 2000, 2003. All Rights Reserved.