Summarize a GPU Trace range
summarize_gpu_trace_rangeSummarize GPU trace performance metrics (throughput, active threads per warp, SM warp occupancy) for the full trace or a selected marker range.
Instructions
Return the same Top-Level Throughput, Active Threads Per Warp, and SM Warp Occupancy summary for the full trace or one exported marker range.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| range_id | No | Marker range id returned by list_gpu_trace_ranges. | |
| report_id | Yes | GPU Trace report session id returned by collect_gpu_trace_report or open_gpu_trace_export. |