analyze_pytorch
Summarize PyTorch profiler traces from runs or artifacts, presenting normalized Perfetto evidence. Review execution metrics without extracting data yourself.
Instructions
Summarize normalized Perfetto evidence from a torch.profiler run or artifact.
This read-only tool never extracts implicitly. If normalized rows are absent, follow
the typed recovery result and call extract_perfetto for the exact run.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | Yes | Maximum operators to return (1-1000). | |
| run_or_artifact | Yes | Run ID or artifact ID for an imported torch.profiler trace. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||