graph_lifecycle
Show CUDA Graph lifecycle timeline for a process, tracking capture, instantiate, and launch sequences with timestamps and durations to identify graph activity patterns in PyTorch compiled and vLLM workloads.
Instructions
Show CUDA Graph lifecycle timeline for a PID: capture → instantiate → launch sequences with timestamps and durations. Identifies graph activity patterns in torch.compile and vLLM workloads.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pid | Yes | Process ID to query graph events for (required) | |
| since | No | Time range, e.g. 5m, 1h. Omit for saved DBs. | |
| tsc | No | telegraphic compression (default: true) |