Add a development-only performance monitor - #7
Merged
Conversation
Signed-off-by: ox <286927284+oxfern@users.noreply.github.com>
oxfern
marked this pull request as ready for review
August 4, 2026 07:05
oxfern
added a commit
that referenced
this pull request
Aug 4, 2026
Signed-off-by: ox <286927284+oxfern@users.noreply.github.com> Co-authored-by: ox <286927284+oxfern@users.noreply.github.com>
oxfern
added a commit
that referenced
this pull request
Aug 4, 2026
* Track Coven Cave isolation skill * feat(dev): give local app a distinct identity Signed-off-by: ox <286927284+oxfern@users.noreply.github.com> * feat(dev): add native development frame (#5) * feat(dev): add native development frame Signed-off-by: oxfern <286927284+oxfern@users.noreply.github.com> * fix(dev): show frame on all desktop shells Signed-off-by: oxfern <286927284+oxfern@users.noreply.github.com> --------- Signed-off-by: oxfern <286927284+oxfern@users.noreply.github.com> Co-authored-by: oxfern <286927284+oxfern@users.noreply.github.com> * feat(dev): provision isolated runtime tools (#6) Signed-off-by: ox <286927284+oxfern@users.noreply.github.com> Co-authored-by: ox <286927284+oxfern@users.noreply.github.com> * feat(dev): add cross-platform performance monitor (#7) Signed-off-by: ox <286927284+oxfern@users.noreply.github.com> Co-authored-by: ox <286927284+oxfern@users.noreply.github.com> --------- Signed-off-by: ox <286927284+oxfern@users.noreply.github.com> Signed-off-by: oxfern <286927284+oxfern@users.noreply.github.com> Co-authored-by: oxfern <286927284+oxfern@users.noreply.github.com>
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.
Summary
Adds a dismissible, floating performance monitor for development builds with system CPU, memory, estimated power impact, Web Vitals, and recent performance measures.
Why
Developers need live resource-pressure feedback in the app shell without adding monitoring code or polling to production builds.
Changes
Verification
pnpm typecheckpnpm lintpnpm check:tests-wiredcargo check,cargo test … dev_performance --lib, andcargo check --releasepnpm build, production artifact audit, and native Tauri display/dismissal testRisk + rollout notes
Power impact is intentionally an estimate derived from smoothed CPU pressure because a portable watts API is not available across every supported target.
No migration or production rollout step is required because both the UI and native command are compiled out of release paths.