From 17beb6ba6a739f7323288aeae673dd43f7ee50e5 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Thu, 14 May 2026 08:24:27 +0300 Subject: 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 --- AGENTS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/AGENTS.md b/AGENTS.md index d25cb43..1777a41 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -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 -- cgit v1.2.3