The profile report (in CSV format) contains the following sections:
| Section | Description | |
|---|---|---|
| EXECUTION | Information about the target launch application | |
| PROFILE DETAILS | Details about the current session, such as profile type, scope, and sampling events | |
| MONITORED EVENTS | List of the profiled events and the corresponding sampling intervals | |
| 10 HOTTEST FUNCTIONS | List of the top 10 hot functions and the metrics attributed to them | |
| TAKEN BRANCH ANALYSIS SUMMARY | List of the top 10 hot branches | |
| 10 HOTTEST PROCESSES | List of the top 10 hot processes and the metrics attributed to them | |
| 10 HOTTEST MODULES | List of the top 10 hot modules and the metrics attributed to them | |
| 10 HOTTEST THREADS | List of the top 10 hot threads and the metrics attributed to them | |
| PROFILE REPORT FOR PROCESS | The metrics attributed to the
profiled process. This section is shown when
--detail option is used for report generation.
It contains other sub- sections, such as |
|
| THREAD SUMMARY | List of threads with metrics attributed to them | |
| MODULE SUMMARY | List of load modules which belong to the process with metrics attributed to them | |
| FUNCTION SUMMARY | List of functions that belong to this process for which samples are collected, with metrics attributed to them | |
| LAST BRANCH RECORD FOR PROCESS | List of collected branches for the process | |
| Function Detail Data | Source level attribution for the top functions for which samples are collected | |
| CALLGRAPH | Call graph, if callstack samples are collected | |