You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`perf` (alias: `metrics`) is session-scoped and currently reports startup timing samples only.
113
-
- Sampling method is `open-command-roundtrip` in milliseconds around each `open` dispatch.
114
-
- Startup values are useful for regression tracking between builds and runs on the same target/setup.
115
-
- Do not treat current startup value as app-level first frame / first interactive telemetry.
116
-
-`fps`, `memory`, and `cpu` are placeholders in the current release.
107
+
- Use `agent-device perf --json` (or `metrics --json`) after `open`.
108
+
- For detailed metric semantics, caveats, and interpretation guidance, see [references/perf-metrics.md](references/perf-metrics.md).
117
109
118
110
## Guardrails (High Value Only)
119
111
@@ -131,7 +123,6 @@ agent-device perf --json
131
123
-`full|limited` mode applies only to iOS `photos`; other targets reject mode.
132
124
- On Android, non-ASCII `fill/type` may require an ADB keyboard IME on some system images; only install IME APKs from trusted sources and verify checksum/signature.
133
125
- If using `--save-script`, prefer explicit path syntax (`--save-script=flow.ad` or `./flow.ad`).
134
-
- For perf analysis, compare like-for-like runs (same device, app build, and session workflow) to reduce noise.
0 commit comments