Closed
Bug 940014
Opened 11 years ago
Closed 11 years ago
Record telemetry for recursive scan of individual add-ons at startup
Categories
(Toolkit :: Add-ons Manager, defect)
Toolkit
Add-ons Manager
Tracking
()
RESOLVED
FIXED
mozilla28
People
(Reporter: Irving, Assigned: Irving)
References
Details
(Whiteboard: [qa-])
Attachments
(1 file, 1 obsolete file)
5.57 KB,
patch
|
Unfocused
:
review+
|
Details | Diff | Splinter Review |
For bug 810149 I'd like to find out if particular add-ons are causing the slow start up. This patch records the time taken for the directory scan of each add-on.
Attachment #8334091 -
Flags: review?(bmcbride)
Comment 1•11 years ago
|
||
We'll have to adjust the timings for different hardware speeds.. it might be preferrable to also keep track of the # of file ops.. i.e. files stated and directories recursed in the extension directory
Comment 2•11 years ago
|
||
(In reply to Vladan Djeric (:vladan) from comment #1)
> it might be
> preferrable to also keep track of the # of file ops.. i.e. files stated and
> directories recursed in the extension directory
Is it worth doing that here? We'll end up looking at the XPIs of any outliers anyway.
Comment 3•11 years ago
|
||
Comment on attachment 8334091 [details] [diff] [review]
Record duration of add-on modified check for each add-on
Review of attachment 8334091 [details] [diff] [review]:
-----------------------------------------------------------------
On the assumption that this data is enough, but we can always add even more data in a followup anyway.
Attachment #8334091 -
Flags: review?(bmcbride) → review+
Assignee | ||
Comment 4•11 years ago
|
||
OK, here's a version that also tracks the number of items we stat. Once we see which measurement is more useful we can remove the other.
Attachment #8334091 -
Attachment is obsolete: true
Attachment #8334326 -
Flags: review?(bmcbride)
Updated•11 years ago
|
Attachment #8334326 -
Flags: review?(bmcbride) → review+
Assignee | ||
Comment 5•11 years ago
|
||
Comment 6•11 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla28
Updated•11 years ago
|
Whiteboard: [qa-]
You need to log in
before you can comment on or make changes to this bug.
Description
•