summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2024-01-05possible nvml fixgpu_fix_prayClement Tsang
2024-01-05add a _very_ basic runtime_status check for nowClement Tsang
2024-01-04add better enum for statesClement Tsang
2024-01-04feature: Add support for bcachefs (#1373)Thomas Mühlbacher
Make sure that bcachefs mounts are also displayed in the disks widget. bcachefs is a file system that will be included in the upcoming Linux v6.7 kernel. Briefly tested this and it works on my system.
2024-01-02refactor: clean up some more drawing/component code (#1372)Clement Tsang
* rename battery info widget file * add widget trait * move basic table arrows over * some renaming * more renaming and shuffling * cleanup * fmt
2024-01-01refactor: move around some configuration code again (#1371)Clement Tsang
2024-01-01refactor: move around configuration-related files (#1370)Clement Tsang
* rename general utils file * refactor: move around some configuration files * more shuffling around * fix some ugly formatting
2024-01-01other: update lints (#1369)Clement Tsang
I have `missing_docs` disabled for now as that'll take a long time to get through... maybe in a separate PR.
2024-01-01refactor: restructure canvas file folder structure (#1368)Clement Tsang
* refactor: group together some canvas files * rename file * more shuffling around * fmt * more shuffling Going to flatten widgets in another PR. * some docs * naming * fmt
2023-12-30other: quick lint fixes for some warnings (#1367)Clement Tsang
2023-12-27deps: bump anyhow, clap, and thiserror (#1365)Clement Tsang
2023-12-27refactor: pull data collection out of nested folder structure (#1364)Clement Tsang
* refactor: pull data collection out of nested folder structure * fix sysinfo * comment
2023-12-25deps: update ratatui version (#1362)Justin Martin
* cargo update ratatui * replace convert_arc_labels with convert_mem_labels * remove redundant generic --------- Co-authored-by: Clement Tsang <34804052+ClementTsang@users.noreply.github.com>
2023-12-25refactor: fix macro formatting in disk data collection code (#1363)Clement Tsang
2023-12-23refactor: remove once_cell (#1361)Clement Tsang
* refactor: remove once_cell * some missing fixes
2023-12-20refactor: some more cleanups around linux temp code (#1360)Clement Tsang
2023-12-20other: if in a non-D0 state, short-circuit further logic (#1355)Clement Tsang
* other: if in a non-D0 state, short-circuit further logic * cleanup * add back an empty name and value * fix for macos/windows * some testing things
2023-12-19docs: update changelog with #1353 (#1358)Clement Tsang
2023-12-15chore(deps): bump zerocopy from 0.7.26 to 0.7.31 (#1357)dependabot[bot]
Bumps [zerocopy](https://github.com/google/zerocopy) from 0.7.26 to 0.7.31. - [Release notes](https://github.com/google/zerocopy/releases) - [Changelog](https://github.com/google/zerocopy/blob/main/CHANGELOG.md) - [Commits](https://github.com/google/zerocopy/compare/v0.7.26...v0.7.31) --- updated-dependencies: - dependency-name: zerocopy dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-10feature: support default selection of average CPU graph (#1353)Clement Tsang
* feature: support default selection of average CPU graph * test
2023-12-06ci: downgrade to checkout v3 when building releases in non-GH containers (#1352)Clement Tsang
2023-12-06other: master -> main (#1349)Clement Tsang
* other: master -> main I'm so used to using `main` branch now that it's actually kinda annoying to use `master` for just this repo... so might as well rename it now. * overzealous change * wording * some wording * allow auto-cancel for tests if not main
2023-12-05github: update wording around filesystem section in issue template (#1348)Clement Tsang
2023-12-02other: add back local time in debug logs (#1346)Clement Tsang
* other: add back local time in debug logs This still has a UTC fallback. * cleanup and some warnings
2023-12-01other: change group -> group_processes for consistency between config and ↵Clement Tsang
command-line args (#1344) * other: change group -> group_processes to match config file name * update docs * update changelog
2023-11-30github: update some wording for feature and bug issue templatesClementTsang
2023-11-30github: fix typo in issue templateClementTsang
2023-11-30github: update more wording of the bug issue template (#1343)Clement Tsang
2023-11-30github: update filesystem issue template section (#1342)Clement Tsang
2023-11-27deps: bump dependencies as of 2023-11-27 (#1338)Clement Tsang
2023-11-27deps: update sysinfo to 0.29.11 (#1337)Clement Tsang
2023-11-27other: preallocate space for ellipsis (#1336)Clement Tsang
2023-11-27other: update generated config file (#1335)Clement Tsang
2023-11-27refactor: iteratively detect ASCII and build string when truncating (#1334)Clement Tsang
* refactor: iteratively detect ASCII and build string when truncating * more tests * test going by usize * Revert "test going by usize" This reverts commit 4fe71260e70696a0bb5907c97a2ca049fc23214c.
2023-11-24refactor: add fast branch if the string is short enough to not be truncated ↵Clement Tsang
(#1333) * refactor: add fast branch if the entire string is definitely not truncated * update comments
2023-11-23refactor: add fast branch for ascii-only string truncate (#1330)Clement Tsang
This is just a first attempt to speed up what looked like a hot spot in samply's profiling results. Benchmark code and results here: https://gist.github.com/ClementTsang/e242f12f7e1d1902ed414dcc18c3b321
2023-11-23ci: update rust-cache to 2.7.0 (#1332)Clement Tsang
2023-11-23ci: update cargo-llvm-cov to 0.5.37 (#1331)Clement Tsang
2023-11-21docs: update changelog ordering and some wording (#1328)Clement Tsang
2023-11-20change changelog heading levels (#1327)Clement Tsang
2023-11-20refactor: simplify temperature conversion function usage (#1326)Clement Tsang
* refactor: simplify temperature conversion function usage Just make it a function on the temperature type enum. * fix sysinfo variant * simple test
2023-11-20change: small gpu proc changes (#1325)Clement Tsang
* other: use consistent casing with Mem/Mem% in processes for GPU cols * other: remove mem check for GPU enable check
2023-11-19feature: Add gpu proc info (#1276)Justin Martin
* Add gpu util, power and procs. Consolidated gpu calls into `data_harvester`. Changed config flag from `enable_gpu_memory` to `enable_gpu`. Added GPU utilization to the cpu widget. Added GPU process memory usage and utilization percentage to the proc widget. Added key binds for gpu process toggling. Added GPU power usage to the battery widget. Added bounds check to battery widget header. Show battery widget header when `gpu_enable`. Added feature flag `legacy-functions` to `nvml-wrapper`. updated config file(s). updated help text. updated docs. * Code Review: Remove GPU util from cpu widget Remove GPU power from battery widget Use reference for gpu widgets_to_harvest Extract match arm to function for feature gate * Code Review: add gmem% toggle * Do not poll gpu temp when filtered * Code Review Two Changes: adjust doc wordings remove extra references remove extra widget harvest checks init proc gpu values use convert_temp_unit for gpu temp
2023-11-19docs: fix typo in process column config (#1323)Clement Tsang
Lowercase a word.
2023-11-19other: add additional clamping functions on numeric types (#1324)Clement Tsang
* other: add additional clamping functions on numeric types * add tests and replace one usage
2023-11-18ci: bump actions/checkout to v4.1.1 (#1322)Clement Tsang
2023-11-18docs: add Android as unsupported but builds in README (#1321)Clement Tsang
2023-11-16deps: bump toml_edit to 0.21.0 (#1320)Clement Tsang
* deps: bump toml_edit to 0.21.0 * fix some formatting
2023-11-16docs: bump mike to v2.0.0 (#1318)Clement Tsang
* bump mike * bump some docs * update some settings and serve script to use mike
2023-11-16docs: bump mkdocs-related dependencies to latest (#1317)Clement Tsang
* docs: bump mkdocs-related dependencies to latest bumps mkdocs-material to 9.4.8, mkdocs to 1.5.3, mkdocs-material-extensions to 1.3 * fix some link warnings