analyze_trace
Export and analyze specific tables from .trace files. First get the table of contents, then drill into a table by XPath to obtain structured performance data.
Instructions
Export and analyze a specific table from an existing .trace file. Use after profile_raw to drill into specific data tables. First call with toc=true to see available tables, then call with xpath to get data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| trace_path | Yes | Path to the .trace file | |
| xpath | No | XPath to export specific table (from TOC output) | |
| toc | No | Set to true to export the table of contents instead of a specific table | |
| summarize | No | Parse XML into a structured summary (default true). Set false for raw XML. |