pix_get_gpu_timeline
Retrieve GPU queue execution scopes with actual GPU timings. Specify a queue ID or use the busiest queue, with optional time, limit, and stack filters for targeted analysis.
Instructions
One GPU queue's named scopes, as the GPU actually ran them.
The same shape as pix_get_thread_timeline but indexed by queue rather than thread, and the times are when the GPU executed the work rather than when the CPU submitted it. Without queue_id the busiest queue is used.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| end_time | No | ||
| queue_id | No | ||
| capture_id | Yes | ||
| start_time | No | ||
| stack_level | No | ||
| cursor_position | No | ||
| timeout_seconds | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||