mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-12 12:14:36 +03:00
CPU per process implemented
This commit is contained in:

committed by
Hisham Muhammad

parent
57ab332d5a
commit
907f8298a0
@ -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;
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user