get_perf_power_metrics
Fetch Xcode performance and power metrics for recent app versions, covering launch time, hangs, memory, disk writes, battery, and terminations from opted-in devices.
Instructions
Get the Xcode power and performance metrics of an app's recent versions.
Covers launch time, hangs, memory, disk writes, battery and terminations, aggregated from devices that opted into sharing diagnostics.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| app_id | Yes | Numeric app ID from list_apps. | |
| platform | No | Currently only "IOS". | IOS |
| device_type | No | Optional device filter, e.g. "all_iphones", "all_ipads". | |
| metric_type | No | Optional one of DISK, HANG, BATTERY, LAUNCH, MEMORY, ANIMATION, TERMINATION, STORAGE. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||