feat(tui/device): add bar charts for memory bandwidth and power usage (#190)

This commit is contained in:
Xuehai Pan 2025-11-09 23:52:22 +08:00
parent a1e15da2bf
commit 932257a5f9
5 changed files with 219 additions and 55 deletions

View file

@ -29,7 +29,7 @@ repos:
args: [--ignore-case]
files: ^docs/source/spelling_wordlist\.txt$
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.14.1
rev: v0.14.4
hooks:
- id: ruff-check
args: [--fix, --exit-non-zero-on-fix]