List capture events
list_capture_eventsFilter and page through exported API function streams from NVIDIA Nsight Graphics captures. Use function-name regex, category, thread, or event-index range to find specific events by name and index.
Instructions
Page through the exported API function stream. Filter by function-name regex, inferred category, thread, or event-index range. Results contain names and indices, not call parameters or timings.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| offset | No | ||
| category | No | ||
| capture_path | Yes | Absolute or working-directory-relative path to an .ngfx-capture or .ngfx-bincap file. | |
| thread_index | No | ||
| function_regex | No | ||
| event_index_end | No | ||
| event_index_start | No |