mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Fix JobQueue to measure waiting and run times correctly
This commit is contained in:
@@ -141,9 +141,6 @@ public:
|
||||
m_jobSet.insert (Job (
|
||||
type, name, ++m_lastJob, m_loads[type], jobFunc, m_cancelCallback));
|
||||
|
||||
// start timing how long it stays in the queue
|
||||
it.first->peekEvent().start();
|
||||
|
||||
queueJob (*it.first, lock);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user