git-svn-id: svn://db.shs.com.ru/pip@821 12ceb7fc-bf1f-11e4-8940-5bc7170c53b5

This commit is contained in:
2019-06-27 11:44:36 +00:00
parent c3e4f85e28
commit f614a956a7
2 changed files with 5 additions and 4 deletions

View File

@@ -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