You can identify the following phases of program execution using the Execution Flow view:
Follow these steps:
Inactive periods are those with no active threads; on the graph, an inactive period is one with no colored bars. Read time (in seconds) along the right side. You can also see time in the status line.

Program shutdown would be indicated by the bottom of the bar corresponding to main--if the program was still being monitored.
To examine the flow of execution during computation, follow these steps:
Related concepts
Overview of the Profiling Tool
Execution flow view and table
Related tasks
Profiling an application
Launching or attaching a Java process
Identifying active threads
Tutorial: Analyzing the profiling data from a Java process
(C) Copyright IBM Corporation 2000, 2003. All Rights Reserved.