Read GPU Trace timeline event details
get_gpu_trace_timeline_eventRetrieve detailed decoded information for a GPU Trace timeline event, including typed arguments, return values, object handles, timestamps, pipeline stages, and HES correlation IDs.
Instructions
Return one decoded GPU Trace command-stream call with full typed arguments, return value, object handles, timestamp boundaries, pipeline stages, and HES correlation ids. Embedded byte arrays are represented by byte length, not dumped.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| event_id | Yes | Timeline event id returned by list_gpu_trace_timeline_events. | |
| report_id | Yes | GPU Trace report session id returned by collect_gpu_trace_report or open_gpu_trace_export. |