Collect GPU Trace Summary
get_gpu_trace_summaryReplays Nsight Graphics captures to extract GPU Trace summary metrics, including top-level throughput, active threads per warp, and SM warp occupancy, for performance analysis.
Instructions
Run Nsight GPU Trace on one hidden replay pass and return the Summary-tab range, Top-Level Throughput, Active Threads Per Warp, and SM Warp Occupancy data. This executes instrumented GPU work and can take several minutes for large captures.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| gpu_clocks | No | GPU clock policy during collection. 'unaltered' makes the fewest system changes. | unaltered |
| architecture | No | Optional Nsight architecture override. By default it is inferred from capture metadata. | |
| capture_path | Yes | Absolute or working-directory-relative path to an .ngfx-capture or .ngfx-bincap file. | |
| timeout_seconds | No | ||
| output_directory | No | Optional parent directory in which to retain the .ngfx-gputrace report and exported .xls tables. Without it, artifacts are deleted after parsing. |