summaryrefslogtreecommitdiffstats
path: root/src/app/data_harvester/processes/windows.rs
AgeCommit message (Expand)Author
2023-06-18other: use f32 for process percentage values (#1212)Clement Tsang
2023-06-10refactor: redo how we do get processes between different OSes (#1197)Clement Tsang
2023-05-02feature: show running time of processes (#801)Yuxuan Shui
2023-03-26refactor: unify on using bytes for the memory unit when harvesting (#1077)Clement Tsang
2023-03-25refactor: clean up some data collection refresh code, refresh sysinfo lists o...Clement Tsang
2023-02-10feature: Add support for displaying process usernames on Windows (#1016)Michael Bikovitsky
2022-11-21other: non-normalized process CPU% cleanup and docs (#910)Clement Tsang
2022-11-21feature: per-core process cpu usage percentage (#899)database64128
2022-11-20bug: fix is_nan being incorrectly used to check for division by zero (#905)Clement Tsang
2022-11-10refactor: run cargo +nightly fmt with group_imports (#885)Clement Tsang
2022-10-07fix wrong unit being used for memory in sysinfo data (#824)Clement Tsang
2022-09-16deps: update sysinfo to 0.26.2 (#806)Clement Tsang
2022-05-15bug: fix issues with macos and windows during refactorClementTsang
2022-01-20Update sysinfo versionGuillaume Gomez
2021-06-26bug: Divide Windows process cpu usage by number of processors (#525)Clement Tsang
2021-05-15refactor: split up data collection by OS (#482)Clement Tsang