The Times Mode Thread Summary window displays information about an application thread profiled in times mode. The window is divided into 2 sections. The top section displays information about the thread itself. The bottom section displays a table of information about every root frame executed by the thread. Clicking on a row in the table will open the Times Frame Detail Window and display detailed information about the frame. Many bits of information are displayed in fields in all three sections. Descriptions of these are summarized in the following tables.
Table 5.13. Thread Fields
Field Name | Field Description |
---|---|
Thread | This is the name of the thread. |
CPU | This is the amount of CPU time in seconds used by the thread. |
% of Total CPU | This is the percentage of the total amount of CPU time used by all profiled methods used by the thread. |
Wall | This is the amount of wall time in seconds used by the thread. |
% of Total Wall | This is the percentage of the total amount of CPU time used by all profiled methods used by the thread. |
Table 5.14. Root Frame Fields
Field Name | Field Description |
---|---|
ID | This is an identifier for a frame in the profile data file. It is for debugging purposes only. It may be removed in future releases. |
Class | This the name of the class that contains the method associated to a root frame. |
Method | This the name of the method associated to a root frame. |
Called | This is the number of times a root frame was called. |
CPU | This is the amount of CPU time in seconds used by a root frame. |
CPU % | This is the percentage of the thread's consumed CPU time that was spent in a root frame. |
Wall | This is the amount of wall time in seconds used by a root frame. |
Wall % | This is the percentage of the thread's consumed wall time that was spent in a root frame. |