git-svn-id: svn://db.shs.com.ru/pip@518 12ceb7fc-bf1f-11e4-8940-5bc7170c53b5
This commit is contained in:
@@ -221,6 +221,7 @@ public:
|
|||||||
line += ns.expandLeftTo(5, ' ') + " %, u ";
|
line += ns.expandLeftTo(5, ' ') + " %, u ";
|
||||||
ns = PIString::fromNumber(sys_mon.statistic().cpu_load_user).replaceAll(",", "."); ns = ns.left(ns.find('.') + 2);
|
ns = PIString::fromNumber(sys_mon.statistic().cpu_load_user).replaceAll(",", "."); ns = ns.left(ns.find('.') + 2);
|
||||||
line += ns.expandLeftTo(5, ' ') + " %";
|
line += ns.expandLeftTo(5, ' ') + " %";
|
||||||
|
tile->content << TileList::Row("PID: " + PIString(sys_mon.statistic().ID), CellFormat());
|
||||||
tile->content << TileList::Row(line, CellFormat());
|
tile->content << TileList::Row(line, CellFormat());
|
||||||
tile->content << TileList::Row("Threads:", CellFormat());
|
tile->content << TileList::Row("Threads:", CellFormat());
|
||||||
piForeachC (PISystemMonitor::ThreadStats & t, ts)
|
piForeachC (PISystemMonitor::ThreadStats & t, ts)
|
||||||
|
|||||||
Reference in New Issue
Block a user