[Differential] [Request, 1 line] D2882: Don't load QPT in kcminit
davidedmundson (David Edmundson)
noreply at phabricator.kde.org
Wed Sep 28 15:12:59 UTC 2016
davidedmundson created this revision.
davidedmundson added a reviewer: Plasma.
Restricted Application added a project: Plasma.
Restricted Application added a subscriber: plasma-devel.
REVISION SUMMARY
KCMInit is loaded early in startkde, and it blocks all other processes
from starting until it is complete.
This can be up to 1.1 seconds.
(http://imgh.us/bootchart-20160928-1316.svg)
A sizable amount of time (46% of CPU) is spent loading our QPT. This
isn't very useful given none of the kcm_init scripts have any UI and
it's not something they should have. It's only a QGuiApplication so that
they have an X connection.
TEST PLAN
Checked it ran without errors
REPOSITORY
rPLASMAWORKSPACE Plasma Workspace
BRANCH
arcpatch-D2835
REVISION DETAIL
https://phabricator.kde.org/D2882
AFFECTED FILES
startkde/kcminit/main.cpp
EMAIL PREFERENCES
https://phabricator.kde.org/settings/panel/emailpreferences/
To: davidedmundson, #plasma
Cc: plasma-devel, lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/plasma-devel/attachments/20160928/d5f3155a/attachment.html>
More information about the Plasma-devel
mailing list