pix_list_timing_threads
List timing threads for a specific process in a PIX capture, ordered by busiest first. Provide a process ID to get per-thread timing data, thread IDs, and event nesting depth for further analysis.
Instructions
Every thread of one process, with what PIX recorded for each, busiest first.
process_id comes from pix_list_timing_processes. The thread_id here is PIX's own, packing the process and thread together, and is what the per-thread tools take; os_thread_id is the one a debugger would show. stack_levels is how deep this thread's PIX event nesting goes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| capture_id | Yes | ||
| process_id | Yes | ||
| cursor_position | No | ||
| timeout_seconds | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||