evisum/src
Alastair Poole f472733f06 CPU: Only use active CPU count for generic CPU progress.
Some systems disable CPU cores. In the CPU tab this is fine,
but for an accurate representation of CPU load we need to check
for the number of active CPUs. E.g. OpenBSD disables HT on amd64
thus a 2-core system will only use 1 core.
2019-11-16 15:58:16 +00:00
..
tingle Tingle: Merge changes from ext. tingle repo. 2019-10-05 11:49:34 +01:00
disks.c disks: Check fopen return value. 2019-09-08 22:10:56 +01:00
disks.h Refactoring and fixing stuff. 2018-10-02 15:38:06 +01:00
main.c Tingle: Merge changes from ext. tingle repo. 2019-10-05 11:49:34 +01:00
makefile Add support for disk tab. 2018-06-09 11:30:07 +01:00
process.c process: fix bogus state names on other OS. 2019-01-17 11:13:09 +00:00
process.h Silence some compiler warnings 2019-09-05 23:01:00 +01:00
system.c CPU: Only use active CPU count for generic CPU progress. 2019-11-16 15:58:16 +00:00
system.h CPU: Only use active CPU count for generic CPU progress. 2019-11-16 15:58:16 +00:00
ui.c CPU: Only use active CPU count for generic CPU progress. 2019-11-16 15:58:16 +00:00
ui.h Silence some compiler warnings 2019-09-05 23:01:00 +01:00