profile_hitches
Record animation hitches and main thread hangs. Analyze hang events by severity with backtraces to identify performance issues during scrolling or animations.
Instructions
Record and analyze animation hitches and main thread hangs. Returns: Hang events by severity, worst hangs with backtraces. Best used during scrolling or animations. Pass trace_path to re-analyze an existing trace.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| 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 |
| trace_path | No | Path to existing .trace file to re-analyze (skips recording) |