uprof_report_summary
Provide a parsed run overview: duration, top hotspots, and host details. Generates a CSV report on first use, cached for subsequent access, to understand a collection before exploring hotspots.
Instructions
Parsed run overview of a stored result: duration, top hotspots, host details.
Generates the CSV report on first use (cached in the session dir afterwards).
The fastest way to understand a collection before drilling into hotspots.
result_id comes from uprof_collect or uprof_list_results.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| notes | Yes | ||
| metrics | Yes | ||
| analysis | Yes | ||
| result_id | Yes | ||
| elapsed_sec | No | ||
| cpu_time_sec | No | ||
| top_hotspots | Yes | ||
| platform_info | Yes |