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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,15 @@
1
1
# Changelog
2
2
3
+
## v0.3.9
4
+
5
+
### New Features
6
+
7
+
-**Group by process** (`--group-by-process`) β prefix each stack with `process_name (pid)` to split flamegraphs into per-process sub-trees. Works with all output formats. (#86)
8
+
-**TUI process list view** β new Processes tab (via Tab key) showing all processes sorted by sample count with CPU% bar visualization. Enter to zoom into a process.
9
+
-**TUI expandable call tree** β press `t` to toggle tree mode in Top or Processes views. Shows a perf report-style expandable call tree with overhead% and self%, expand/collapse with Enter/h. Expanded state persists across live data refreshes.
10
+
-**TUI PID mode toggle** β press `p` to toggle PID mode on the fly, splitting the flamegraph by process without restarting.
11
+
-**CodeGuru idle stack classification** β idle/swapper stacks (pid == 0) now use the `IDLE` counter type, which CodeGuru excludes from CPU and Latency views.
0 commit comments