git-svn-id: svn://db.shs.com.ru/pip@821 12ceb7fc-bf1f-11e4-8940-5bc7170c53b5
This commit is contained in:
@@ -395,7 +395,7 @@ void PISystemMonitor::gatherThread(llong id) {
|
||||
PIStringList sl = str.split(" ");
|
||||
if (sl.size_s() < 14) return;
|
||||
//piCout << sl[0] << sl[12] << sl[13];
|
||||
ts.work_time = ct - ts.created.toSystemTime();
|
||||
//ts.work_time = ct - ts.created.toSystemTime();
|
||||
ts.user_time = PISystemTime::fromMilliseconds(sl[12].toInt() * 10.);
|
||||
ts.kernel_time = PISystemTime::fromMilliseconds(sl[13].toInt() * 10.);
|
||||
# else
|
||||
|
||||
Reference in New Issue
Block a user