add a temporary timer
AbandonedPublic

Authored by mart on Sep 22 2016, 3:20 PM.

Details

Reviewers
None
Group Reviewers
Plasma
Summary

purely for testing purposes (and testing the cache),
add some debug output that prints how many milliseconds
elapsed since the corona was created every time a panel
is ready and appears
it's difficult to be really sure "it's loaded"
so put an output when panels do appear, that are the last thing
that gets loaded in the sesison

Diff Detail

Repository
R120 Plasma Workspace
Branch
phab/timerdebug
Lint
No Linters Available
Unit
No Unit Test Coverage
mart updated this revision to Diff 6876.Sep 22 2016, 3:20 PM
mart retitled this revision from to add a temporary timer.
mart updated this object.
mart edited the test plan for this revision. (Show Details)
Restricted Application added a project: Plasma. · View Herald TranscriptSep 22 2016, 3:20 PM
Restricted Application added a subscriber: plasma-devel. · View Herald Transcript
mart added a reviewer: Plasma.Sep 22 2016, 3:21 PM

have you seen Aleix's timing stuff in p-f?

mart added a comment.Sep 22 2016, 3:39 PM

have you seen Aleix's timing stuff in p-f?

i don't think it's really useful anymore, as in plasma-framework just tracks how long it takes to build the corona/containments/applets, which is negligible, then building the qml stuff starts...

apol added a subscriber: apol.Sep 30 2016, 2:18 PM
In D2835#52792, @mart wrote:

have you seen Aleix's timing stuff in p-f?

i don't think it's really useful anymore, as in plasma-framework just tracks how long it takes to build the corona/containments/applets, which is negligible, then building the qml stuff starts...

You can set up a TimeTracker for PlasmaView and it will give you more useful information than this qDebug over here.

mart abandoned this revision.Oct 6 2016, 8:52 AM