Make CPU meter optionally account guest time in its percentages

This commit is contained in:
Hisham Muhammad
2013-12-18 02:58:34 +00:00
parent af285d1d3b
commit 8ace29c267
6 changed files with 37 additions and 24 deletions

View File

@ -150,6 +150,7 @@ typedef struct ProcessList_ {
bool detailedCPUTime;
bool countCPUsFromZero;
bool updateProcessNames;
bool accountGuestInCPUMeter;
const char **treeStr;
} ProcessList;