xctrace_export
Export data from Instruments trace files to analyze performance. Use XPath to select specific data or export table of contents.
Instructions
Export data from an Instruments trace file.
Args: input_file: Path to the .trace file to export from output_path: Path to save the exported data toc: Export table of contents xpath: XPath expression to select specific data
Returns: Exported data or success message
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input_file | Yes | ||
| output_path | No | ||
| toc | No | ||
| xpath | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |