summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGiampaolo Rodola <g.rodola@gmail.com>2021-01-07 12:18:59 +0100
committerGiampaolo Rodola <g.rodola@gmail.com>2021-01-07 12:18:59 +0100
commitede5e46dbee0c0f6c33f80629f75aecc1ad4143c (patch)
tree43f63dab421c3bec29d8ec5f79d29ea9485564ff
parent6e494bd4024c3d25769688b53e95942e529392d6 (diff)
downloadpsutil-ede5e46dbee0c0f6c33f80629f75aecc1ad4143c.tar.gz
give CREDITS to @marxin for #1851 and #1852
Signed-off-by: Giampaolo Rodola <g.rodola@gmail.com>
-rw-r--r--CREDITS4
-rw-r--r--HISTORY.rst6
2 files changed, 10 insertions, 0 deletions
diff --git a/CREDITS b/CREDITS
index e1d5d782..451b7a4d 100644
--- a/CREDITS
+++ b/CREDITS
@@ -732,3 +732,7 @@ I: 1620, 1727
N: Tim Schlueter
W: https://github.com/modelrockettier
I: 1822
+
+N: marxin
+W: https://github.com/marxin
+I: 1851
diff --git a/HISTORY.rst b/HISTORY.rst
index a33f5eb3..cb9ba8b6 100644
--- a/HISTORY.rst
+++ b/HISTORY.rst
@@ -5,6 +5,12 @@
XXXX-XX-XX
+**Enhancements**
+
+- 1851_: [Linux] cpu_freq() is slow on systems with many CPUs. Read current
+ frequency values for all CPUs from /proc/cpuinfo instead of opening many
+ files in /sys fs. (patch by marxin)
+
**Bug fixes**
- 1456_: [macOS] psutil.cpu_freq()'s min and max are set to 0 if can't be