mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 16:31:11 +02:00
gui/dboxinfo: move cpu load calculation to dedicated thread ...
... that keeps history; show load graph
This commit is contained in:
@@ -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**/);
|
||||
|
||||
|
Reference in New Issue
Block a user