List timed GPU Trace marker ranges
list_gpu_trace_marker_rangesPage through D3D12 marker ranges from a GPU trace report, revealing full hierarchy, timing bounds, and marker paths to directly scope PC-sampling analysis.
Instructions
Page through D3D12 BeginEvent/EndEvent ranges decoded from the binary report, including full marker path, hierarchy, absolute frame-relative start/end time, timing uncertainty bounds, and the paired timeline event ids. These marker ids can directly scope PC-sampling analysis.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| offset | No | ||
| report_id | Yes | GPU Trace report session id returned by collect_gpu_trace_report or open_gpu_trace_export. | |
| path_regex | No | ||
| queue_index | No | ||
| exact_timing_only | No | ||
| minimum_duration_ms | No |