adb_regression_baseline
Capture a performance baseline for an Android app, recording memory, CPU, frame stats, battery, and network metrics to a JSON file for later regression comparison.
Instructions
Capture a performance baseline for a package: memory, CPU, frame stats, battery, and network state. Saves to a timestamped JSON file for later comparison with adb_regression_check.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| packageName | Yes | Package name to profile | |
| label | No | Label for this baseline (e.g., 'before-refactor', 'v2.5.0') | baseline |
| device | No | Device serial |