<table><tr><td style="">jpalecek created this revision.<br />Herald added a project: Plasma.<br />Herald added a subscriber: plasma-devel.<br />jpalecek requested review of this revision.
</td><a style="text-decoration: none; padding: 4px 8px; margin: 0 8px 8px; float: right; color: #464C5C; font-weight: bold; border-radius: 3px; background-color: #F7F7F9; background-image: linear-gradient(to bottom,#fff,#f1f0f1); display: inline-block; border: 1px solid rgba(71,87,120,.2);" href="https://phabricator.kde.org/D23595">View Revision</a></tr></table><br /><div><strong>REVISION SUMMARY</strong><div><p>While investigating bug 407526, I discovered that most of the time is spent in SensorAgent::sendRequest. This is because it searches the whole queue lineraly, which could take a lot of time if there's a lot of requests. This patch speeds it up by using a <tt style="background: #ebebeb; font-size: 13px;">QSet</tt> of outstanding requests, obviating the need to search the queues.</p>

<p>Part of <a href="https://phabricator.kde.org/T11473" style="background-color: #e7e7e7;
          border-color: #e7e7e7;
          border-radius: 3px;
          padding: 0 4px;
          font-weight: bold;
          color: black;text-decoration: none;">T11473: #407526: plasma + ksysguardd causing high cpu load</a></p></div></div><br /><div><strong>REPOSITORY</strong><div><div>R111 KSysguard Library</div></div></div><br /><div><strong>BRANCH</strong><div><div>master</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D23595">https://phabricator.kde.org/D23595</a></div></div><br /><div><strong>AFFECTED FILES</strong><div><div>ksgrd/SensorAgent.cpp<br />
ksgrd/SensorAgent.h</div></div></div><br /><div><strong>To: </strong>jpalecek<br /><strong>Cc: </strong>plasma-devel, LeGast00n, The-Feren-OS-Dev, jraleigh, fbampaloukas, GB_2, ragreen, Pitel, ZrenBot, himcesjf, lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, apol, mart<br /></div>