summaryrefslogtreecommitdiff
path: root/internal/tui/flamegraph/model.go
AgeCommit message (Expand)Author
2026-05-27cp: remove dead flamegraph helpers and dead style param plumbingPaul Buetow
2026-05-27dp: move flamegraph key helpers to keys.goPaul Buetow
2026-05-27flamegraph: include height/count in view cache key (2p)Paul Buetow
2026-05-27flamegraph: extract heightMetricActive helper (yo)Paul Buetow
2026-05-27flamegraph: dedupe layout math for hit mapping (8p)Paul Buetow
2026-05-27flamegraph: use render contexts and remove wrapper (7p)Paul Buetow
2026-05-26vo: fix flamegraph click mapping for expanded leaf rowsPaul Buetow
2026-05-26flamegraph: variable leaf bar heights for height metric (uo)Paul Buetow
2026-05-26flamegraph: plumb HeightTotal through tuiFrame layout (task to)Paul Buetow
2026-05-26flamegraph: add height metric controls/keybinding (so)Paul Buetow
2026-05-26flamegraph: add height field methods to Configurator (ro)Paul Buetow
2026-05-13perf: replace string += concatenation with strings.Builder in TUI render hot ...Paul Buetow
2026-05-13enforce gofmt formatting and add Fmt/FmtCheck mage targetsPaul Buetow
2026-05-12add compile-time interface satisfaction assertions for public typesPaul Buetow
2026-05-12split LiveTrieSource into Snapshotter and Configurator (ISP)Paul Buetow
2026-05-12refactor flamegraph TUI model into focused sub-controllersPaul Buetow
2026-05-12refactor flamegraph model.go: split Update and frameIndexAt below 50-line limitPaul Buetow
2026-05-11speed up flame graph TUI under heavy event loadPaul Buetow
2026-03-18cleanupPaul Buetow
2026-03-10tui/flamegraph: tighten arrow escape parsing (task 423)Paul Buetow
2026-03-10tui/flamegraph: centralize animation tick scheduling (task 422)Paul Buetow
2026-03-09tui: harden paused flame renderingPaul Buetow
2026-03-09tui: fix flamegraph click re-rootingPaul Buetow
2026-03-09tui: use full width for zoomed flame barsPaul Buetow
2026-03-08tui: reserve p for pid pickerPaul Buetow
2026-03-06fix(tui): restore bubble modes and stabilize flame zoom lineagePaul Buetow
2026-03-06feat(tui): add flamegraph click lineage undo and scope quit keyPaul Buetow
2026-03-06refactor: use interfaces for TUI runtime binding sources (task 382)Paul Buetow
2026-03-06feat(tui): add flamegraph bytes metric togglePaul Buetow
2026-03-06flamegraph: use full viewport with capped bar height and preserve footer/statusPaul Buetow
2026-03-06flamegraph: keep non-matches visible in filter and add pgup/pgdn selection jumpsPaul Buetow
2026-03-06flamegraph: make esc undo one zoom level and aggregate syscalls by defaultPaul Buetow
2026-03-06Fix real live flamegraph key handling and startup viewport syncPaul Buetow
2026-03-06Add live flamegraph test modes and dynamic synthetic live feedPaul Buetow
2026-03-06Fix flamegraph navigation, filtering, and system-share feedbackPaul Buetow
2026-03-06Keep flame selection visible and improve arrow-key fallbackPaul Buetow
2026-03-06Improve flamegraph selection, filter, and zoom feedbackPaul Buetow
2026-03-05Normalize Go import grouping with local ior sectionPaul Buetow
2026-03-05Make flame tab default and fix flame hotkey routingPaul Buetow
2026-03-05Add flamegraph benchmark suite and reuse hot-path buffersPaul Buetow
2026-03-05task 365: animate flamegraph layout on resizePaul Buetow
2026-03-05task 364: animate flamegraph zoom transitionsPaul Buetow
2026-03-05task 363: animate flamegraph data refresh transitionsPaul Buetow
2026-03-05task 362: add flamegraph harmonica animation statePaul Buetow
2026-03-05task 361: add flamegraph control actions and toolbarPaul Buetow
2026-03-05task 360: add flamegraph search and match navigationPaul Buetow
2026-03-05task 359: add flamegraph zoom interactionsPaul Buetow
2026-03-05task 358: add flamegraph keyboard navigationPaul Buetow
2026-03-05task 357: add flamegraph subtree highlightingPaul Buetow
2026-03-05task 356: implement flamegraph terminal view rendererPaul Buetow