summaryrefslogtreecommitdiff
path: root/sysutils/libsysstat/files/patch-cpustat.h
diff options
context:
space:
mode:
authorJesper Schmitz Mouridsen <jsm@FreeBSD.org>2020-11-21 11:35:51 +0000
committerJesper Schmitz Mouridsen <jsm@FreeBSD.org>2020-11-21 11:35:51 +0000
commitf8085e57cef523fa793304512267303919fc146f (patch)
tree06554f57baee2412896a690ff96af39b28b68b98 /sysutils/libsysstat/files/patch-cpustat.h
parentdevel/liblxqt Update to 0.16.0 (diff)
sysutils/libsysstat Update to 0.4.4
No upstream changes. Patch improvements: Report cpu freq also on small load. Never report more than 100% freq use.
Notes
Notes: svn path=/head/; revision=555950
Diffstat (limited to 'sysutils/libsysstat/files/patch-cpustat.h')
-rw-r--r--sysutils/libsysstat/files/patch-cpustat.h13
1 files changed, 10 insertions, 3 deletions
diff --git a/sysutils/libsysstat/files/patch-cpustat.h b/sysutils/libsysstat/files/patch-cpustat.h
index f0a117d36f02..01720c1d0e1d 100644
--- a/sysutils/libsysstat/files/patch-cpustat.h
+++ b/sysutils/libsysstat/files/patch-cpustat.h
@@ -1,6 +1,6 @@
---- cpustat.h.orig 2019-01-30 19:27:42 UTC
+--- cpustat.h.orig 2020-11-03 14:45:02 UTC
+++ cpustat.h
-@@ -27,14 +27,20 @@
+@@ -27,14 +27,19 @@
#ifndef LIBSYSSTAT__CPU_STAT__INCLUDED
#define LIBSYSSTAT__CPU_STAT__INCLUDED
@@ -18,8 +18,15 @@
+#ifdef HAVE_SYSCTL_H
+ char *GetFirstFragment(char *string, const char *delim);
+ int GetCpu(void);
-+ ulong CurrentFreq(void);
+#endif
class CpuStatPrivate;
class SYSSTATSHARED_EXPORT CpuStat : public BaseStat
+@@ -54,7 +59,6 @@ class SYSSTATSHARED_EXPORT CpuStat : public BaseStat (
+
+ uint minFreq(const QString &source) const;
+ uint maxFreq(const QString &source) const;
+-
+ signals:
+ void update(float user, float nice, float system, float other, float frequencyRate, uint frequency);
+ void update(float user, float nice, float system, float other);