[5/6] Show app CPU and memory usage on demand - #173
Draft
BinaryBearsLLC wants to merge 5 commits into
Draft
BinaryBearsLLC wants to merge 5 commits into
BinaryBearsLLC wants to merge 5 commits into
Conversation
This was referenced Sep 16, 2026
This branch has not been deployed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Part 5 of 6 — depends on #169, #170, #171, #172. Please keep this PR in draft until the preceding parts are merged. Its current Files changed tab includes those earlier changes.
Review and merge order: #169 → #170 → #171 → #172 → #173 → #174.
Before merging: refresh this branch against the updated main, retaining only this part’s commit. If earlier parts were squash-merged or rebased, reapply only the linked commit onto updated main; do not merge the cumulative diff as-is.
Review this part’s commit.
What does this PR do?
Adds a collapsible CPU–Memory card with a compact overview and an expandable Apps and processes list.
Testing
120 XCTest tests passed, covering CPU deltas, process grouping, PID reuse and monitoring lifecycle; universal build succeeded on macOS 26.6.2 (Apple Silicon). Tested on macOS Ventura 13.6 (22G120, Apple Silicon VM). GUI checks passed for live readings, sorting/search, pause/resume and the independent menu-bar monitor, including a minimized window. Standalone Ventura checks also exercised sampling, CPU math, grouping and timer ownership.
Screenshots