mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-12 12:14:36 +03:00
Make CPU meter optionally account guest time in its percentages
This commit is contained in:
@ -150,6 +150,7 @@ typedef struct ProcessList_ {
|
||||
bool detailedCPUTime;
|
||||
bool countCPUsFromZero;
|
||||
bool updateProcessNames;
|
||||
bool accountGuestInCPUMeter;
|
||||
const char **treeStr;
|
||||
|
||||
} ProcessList;
|
||||
|
Reference in New Issue
Block a user