Static CPU meter

This commit is contained in:
David Hunt
2015-07-13 16:53:46 -05:00
committed by Hisham Muhammad
parent 43ef703f03
commit 7f3faa276a
4 changed files with 49 additions and 17 deletions

View File

@ -34,7 +34,7 @@ int Platform_getMaxPid();
void Process_setupColumnWidths();
double Platform_setCPUValues(Meter* this, int cpu);
double Platform_setCPUValues(Meter* mtr, int cpu);
void Platform_setMemoryValues(Meter* this);