ios_performance_snapshot
Snapshot per-process CPU %% and memory for a physical iOS device. Returns the top processes by CPU, or just one app when bundleId is given. No automation session required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| topN | No | Limit to the top-N processes by CPU (default 15) | |
| udid | Yes | iOS device UDID | |
| bundleId | No | Focus a single app by bundle id (or app/process name), e.g. com.apple.mobilesafari |