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.
115
-
- Sampling method is `open-command-roundtrip` in milliseconds around each `open` dispatch.
116
-
- Startup values are useful for regression tracking between builds and runs on the same target/setup.
117
-
- Do not treat current startup value as app-level first frame / first interactive telemetry.
118
-
-`fps`, `memory`, and `cpu` are placeholders in the current release.
109
+
- Use `agent-device perf --json` (or `metrics --json`) after `open`.
110
+
- For detailed metric semantics, caveats, and interpretation guidance, see [references/perf-metrics.md](references/perf-metrics.md).
119
111
120
112
## Guardrails (High Value Only)
121
113
@@ -134,7 +126,6 @@ agent-device perf --json
134
126
-`full|limited` mode applies only to iOS `photos`; other targets reject mode.
135
127
- 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.
136
128
- If using `--save-script`, prefer explicit path syntax (`--save-script=flow.ad` or `./flow.ad`).
137
-
- For perf analysis, compare like-for-like runs (same device, app build, and session workflow) to reduce noise.
0 commit comments