profile_raw
Record a trace with any Instruments template and get the raw table of contents, designed for templates without a dedicated parser, then use analyze_trace to export specific tables.
Instructions
Record a trace with any Instruments template and return the raw table of contents. Use this for templates without a dedicated parser (System Trace, File Activity, etc.). You can then use analyze_trace to export specific tables.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| template | Yes | Instruments template name (e.g., 'System Trace', 'File Activity') | |
| process | No | Process name or PID to attach to | |
| launch_path | No | Path to .app bundle to launch | |
| device | No | Device name or UDID | |
| duration | No | Recording duration | 15s |