blob: 7a09e987892f5d9bd6eb46f3f9c8dbbf2941ccb9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
--- ../ksysguard/ksysguardd/FreeBSD/CPU.h.orig 2008-04-15 04:36:40.000000000 +0200
+++ ../ksysguard/ksysguardd/FreeBSD/CPU.h 2008-04-15 04:38:11.000000000 +0200
@@ -35,6 +35,8 @@
void printCPUNiceInfo(const char* cmd);
void printCPUSys(const char* cmd);
void printCPUSysInfo(const char* cmd);
+void printCPUIntr(const char* cmd);
+void printCPUIntrInfo(const char* cmd);
void printCPUIdle(const char* cmd);
void printCPUIdleInfo(const char* cmd);
void printCPUxUser(const char* cmd);
@@ -43,6 +45,8 @@
void printCPUxNiceInfo(const char* cmd);
void printCPUxSys(const char* cmd);
void printCPUxSysInfo(const char* cmd);
+void printCPUxIntr(const char* cmd);
+void printCPUxIntrInfo(const char* cmd);
void printCPUxIdle(const char* cmd);
void printCPUxIdleInfo(const char* cmd);
|