analyze_time_profiler_trace
Analyze a Time Profiler trace file (.xctrace) to identify CPU hotspots and performance bottlenecks in an iOS app.
Instructions
Analyze an existing .xctrace file recorded with the Time Profiler template.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| trace_path | Yes | Absolute path to the .xctrace file. | |
| bundle_id | No | com.unknown.app |