From f5f20bdcd8573d68d9ed4f3e7285bfaa03c6ac8e Mon Sep 17 00:00:00 2001 From: Peter van den Hamer <13396568+vdhamer@users.noreply.github.com> Date: Sun, 15 Jan 2023 20:54:46 +0100 Subject: [PATCH] feat: updated README.md (#1246) Minor text fix in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fae4f530..4f48e964 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ It's only valid for M1 Apple Silicon macs. If you don't see sensors on another m The CPU frequency is available only on Intel-based macs. You need to have installed [Intel Power Gadget](https://www.intel.com/content/www/us/en/developer/articles/tool/power-gadget.html) (IPG) for that. It allows receiving the CPU frequency from the IPG driver. There is no way to obtain a CPU frequency on Apple silicon macs. ### How to reduce energy impact or CPU usage of Stats? -Stats tries to be efficient as it's possible. But reading some data periodically it's not a cheap task. Each module has its own "price". So, if you want to reduce energy impact from the Stats you need to disable some Stats modules. The most inefficient modules are Sensors and Bluetooth. Disabling these modules could reduce CPU usage and power efficiency by up to 50% in some cases. +Stats tries to be efficient as it's possible. But reading some data periodically is not a cheap task. Each module has its own "price". So, if you want to reduce energy impact from the Stats you need to disable some Stats modules. The most inefficient modules are Sensors and Bluetooth. Disabling these modules could reduce CPU usage and power efficiency by up to 50% in some cases. ## Supported languages - English