From 4b0600d8f8f1f6aaae6fc2e59e8697ff8779cf64 Mon Sep 17 00:00:00 2001 From: Arnavion Date: Fri, 9 Aug 2019 21:34:48 -0700 Subject: Add new display option to also show CPU frequency in CPU meters. The option is only implemented on Linux. On other platforms, and on Linuxes that do not expose the relevant sysfs file, the frequency will be 0. The "CPU average" meter does not show a frequency, only the individual per-CPU meters. --- Settings.h | 1 + 1 file changed, 1 insertion(+) (limited to 'Settings.h') diff --git a/Settings.h b/Settings.h index d9dc0683..54b15fce 100644 --- a/Settings.h +++ b/Settings.h @@ -36,6 +36,7 @@ typedef struct Settings_ { bool countCPUsFromZero; bool detailedCPUTime; + bool showCPUFrequency; bool treeView; bool showProgramPath; bool hideThreads; -- cgit v1.2.3 From 1d5e6a27a05ed44e6364a5b14c925503f8604a1f Mon Sep 17 00:00:00 2001 From: Arnavion Date: Sat, 10 Aug 2019 11:20:21 -0700 Subject: Add a display option to hide CPU usage number from CPU meter. --- Settings.h | 1 + 1 file changed, 1 insertion(+) (limited to 'Settings.h') diff --git a/Settings.h b/Settings.h index 54b15fce..0490faef 100644 --- a/Settings.h +++ b/Settings.h @@ -36,6 +36,7 @@ typedef struct Settings_ { bool countCPUsFromZero; bool detailedCPUTime; + bool showCPUUsage; bool showCPUFrequency; bool treeView; bool showProgramPath; -- cgit v1.2.3