diff options
| author | Paul Buetow <paul@buetow.org> | 2026-03-06 15:21:01 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-03-06 15:21:01 +0200 |
| commit | 4ff17c30120d657b966f8a55188ba167dc875e64 (patch) | |
| tree | 62737caf6b8e7411c2437dd995d3de5ce6aeca99 /internal/tui/tui.go | |
| parent | 1530bf2856bbb32a6e0457596b55c07f3836a0ec (diff) | |
feat(tui): add flamegraph bytes metric toggle
Diffstat (limited to 'internal/tui/tui.go')
| -rw-r--r-- | internal/tui/tui.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/tui/tui.go b/internal/tui/tui.go index 4006d84..12c904d 100644 --- a/internal/tui/tui.go +++ b/internal/tui/tui.go @@ -890,7 +890,7 @@ func (m Model) helpSections() []helpSection { "arrows/hjkl navigate pgup top pgdn root", "enter zoom u/backspace/esc undo", "/ filter n/N match next/prev", - "space/p pause o order r reset baseline", + "space/p pause o order b metric r reset baseline", }, }, { |
