Summary: | High CPU usage during animations due to event filters | ||
---|---|---|---|
Product: | [Frameworks and Libraries] libplasma | Reporter: | Loïc Yhuel <loic.yhuel> |
Component: | libplasma | Assignee: | Marco Martin <notmart> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | kde |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Fedora RPMs | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Loïc Yhuel
2015-08-29 06:07:10 UTC
the potentially two offending event filters we can controls are in Svg and Units, they filter for QApplication events. I can try to make it filtered by a static QObject then just connecting the signals that have to be relayed, we can see if improves things an attempt at it: https://git.reviewboard.kde.org/r/126113/ |