gui/dboxinfo: move cpu load calculation to dedicated thread ...

... that keeps history; show load graph
This commit is contained in:
svenhoefer
2013-12-30 01:34:07 +01:00
parent 4382f45236
commit ce18925333
6 changed files with 196 additions and 29 deletions

View File

@@ -47,7 +47,6 @@ class CDBoxInfoWidget : public CMenuTarget
int width;
int height;
int hheight,mheight; // head/menu font height
unsigned long stat_total, stat_idle;
void paint();