From d03670bff716989816ab0cff8f1ef0c7582170d2 Mon Sep 17 00:00:00 2001 From: Guillaume Gomez Date: Thu, 16 Nov 2023 13:51:04 +0100 Subject: [PATCH] Improve `load_average` documentation --- src/common.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/common.rs b/src/common.rs index f557f5362..7b0e115a7 100644 --- a/src/common.rs +++ b/src/common.rs @@ -633,6 +633,8 @@ impl System { /// Returns the system load average value. /// + /// **Important**: this information is computed every time this function is called. + /// /// ⚠️ This is currently not working on **Windows**. /// /// ```no_run