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

@@ -106,6 +106,7 @@
#include <system/setting_helpers.h>
#include <system/settings.h>
#include <system/helpers.h>
#include <system/sysload.h>
#include <timerdclient/timerdmsg.h>
@@ -1978,6 +1979,8 @@ TIMER_START();
hintBox->hide();
delete hintBox;
cSysLoad::getInstance();
TIMER_STOP("################################## after all ##################################");
RealRun(personalize.getWidget(0)/**main**/);