broulik added inline comments.

INLINE COMMENTS

> xwindowsystemeventbatcher.cpp:69
> +{
> +    Q_UNUSED(event);
> +    for (auto it = m_cache.constBegin(); it!= m_cache.constEnd(); it++) {

Please check `event->timerId()` against `m_timerId`, plasmashell keeps hogging 
100% CPU when I have certain windows focused (e.g. ksysguard) as this method is 
entered a ton of times with timer ids other than our own.

REPOSITORY
  R120 Plasma Workspace

REVISION DETAIL
  https://phabricator.kde.org/D7481

To: davidedmundson, #plasma, hein, broulik
Cc: ngraham, cfeck, broulik, hein, graesslin, plasma-devel, ragreen, ZrenBot, 
lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, apol, mart

Reply via email to