summaryrefslogtreecommitdiff
path: root/HISTORY.rst
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 /HISTORY.rst
parent6e494bd4024c3d25769688b53e95942e529392d6 (diff)
downloadpsutil-ede5e46dbee0c0f6c33f80629f75aecc1ad4143c.tar.gz
give CREDITS to @marxin for #1851 and #1852
Signed-off-by: Giampaolo Rodola <g.rodola@gmail.com>
Diffstat (limited to 'HISTORY.rst')
-rw-r--r--HISTORY.rst6
1 files changed, 6 insertions, 0 deletions
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