diff options
| author | Paul Buetow <paul@buetow.org> | 2026-05-14 08:24:27 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-05-14 08:24:27 +0300 |
| commit | 17beb6ba6a739f7323288aeae673dd43f7ee50e5 (patch) | |
| tree | 58f6c218b1264079424a3f2c29cc7c32d985f607 | |
| parent | 2eb861796de41e87de071987ed864b79a0007ab2 (diff) | |
docs: document -tui-fast-refresh flag in AGENTS.md TUI Behavior section
Add a bullet explaining the default (250ms), what it controls (flamegraph
and stream tab refresh cadence), and that setting it to 0 disables
high-frequency refresh.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
| -rw-r--r-- | AGENTS.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -76,6 +76,7 @@ Generator source code: - **Export toggle flag**: `-tuiExport=true|false` (default `true`) enables or disables TUI stream CSV export at runtime. - **Tab navigation** supports `tab/shift+tab`, numeric keys `1..7`, and directional keys `left/right` and `h/l`. - **When export is disabled**, export key hints are hidden from dashboard help and `e` does not open export modal. +- **Fast-refresh cadence**: `-tui-fast-refresh` (default `250ms`) controls the high-frequency tick interval for the flamegraph and stream tabs; set to `0` to disable high-frequency refresh and fall back to the standard dashboard cadence. ## Code Style |
