summaryrefslogtreecommitdiffstats
path: root/darwin/DarwinProcessList.h
diff options
context:
space:
mode:
authorDavid Hunt <dhunt@iolanthe.attlocal.net>2015-07-14 11:46:16 -0500
committerHisham Muhammad <hisham@gobolinux.org>2015-08-19 13:52:57 -0300
commit907f8298a0337510f9f048df65a9f5d032f09d14 (patch)
tree9b80458388aba92ddb806fa11fe537ef845202a0 /darwin/DarwinProcessList.h
parent57ab332d5a1f0f46b87049720a614e4ff46ee938 (diff)
CPU per process implemented
Diffstat (limited to 'darwin/DarwinProcessList.h')
-rw-r--r--darwin/DarwinProcessList.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/darwin/DarwinProcessList.h b/darwin/DarwinProcessList.h
index e02ea2dd..8b4b985a 100644
--- a/darwin/DarwinProcessList.h
+++ b/darwin/DarwinProcessList.h
@@ -22,6 +22,7 @@ typedef struct DarwinProcessList_ {
processor_cpu_load_info_t curr_load;
uint64_t kernel_threads;
uint64_t user_threads;
+ uint64_t global_diff;
} DarwinProcessList;

© 2014-2024 Faster IT GmbH | imprint | privacy policy