dump_calls
Read a human-readable dump of selected API calls from a graphics trace. Filter by call ranges, draw calls, or grep to inspect frame activity.
Instructions
Human-readable call dump, exactly as apitrace dump writes it. Good for eyeballing a stretch of a frame; use get_calls for numeric arguments. Calls: apitrace callset syntax: '42' one call, '0,2,4' a set, '100-2000' a range, '0-1000/2' every 2nd, '0-1000/draw' draw calls only, '0-1000/fbo' render-target changes, 'frame' the end-of-frame calls, '@file.txt' read from a file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| grep | No | ||
| calls | No | ||
| trace | Yes | ||
| timeout | No | ||
| max_bytes | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||