List GPU Trace timeline API events
list_gpu_trace_timeline_eventsInspect GPU trace timeline events: page through queue command-stream calls with timestamps and coalesced timing groups. Filter by queue, function, or duration to isolate specific GPU workload phases.
Instructions
Page through queue command-stream calls decoded from .ngfx-gputrace, including queue identity and timestamp intervals. Coalesced intervals explicitly identify calls that share one measured timing group.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| offset | No | ||
| sort_by | No | trace_order | |
| report_id | Yes | GPU Trace report session id returned by collect_gpu_trace_report or open_gpu_trace_export. | |
| timed_only | No | ||
| queue_index | No | ||
| function_regex | No | ||
| exact_timing_only | No | Only return calls whose timing interval is not coalesced with adjacent calls. | |
| minimum_duration_ms | No | ||
| command_stream_index | No | ||
| unique_timing_groups | No | Return only the first call for each shared/coalesced timing interval. |