ios_app_launch_time
Measure COLD app-launch time (ms) for a bundle id, averaged over N cold launches. Each run terminates + relaunches the app and times until it is running and idle. Uses the on-device automation agent (auto-started); the agent runner must include the device.perf.launchTime method.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| runs | No | Cold launches to average (default 3) | |
| udid | Yes | iOS device UDID | |
| bundleId | Yes | App bundle id to launch, e.g. com.apple.Preferences |