Closed
Bug 1430897
Opened 8 years ago
Closed 8 years ago
Revisit CONTENT_LARGE_PAINT_PHASE_WEIGHT
Categories
(Core :: Graphics, enhancement)
Core
Graphics
Tracking
()
RESOLVED
FIXED
mozilla60
Tracking | Status | |
---|---|---|
firefox60 | --- | fixed |
People
(Reporter: dvander, Assigned: mattwoodrow)
References
Details
Attachments
(2 files, 1 obsolete file)
2.49 KB,
patch
|
mattwoodrow
:
review+
|
Details | Diff | Splinter Review |
3.15 KB,
patch
|
mattwoodrow
:
review+
rweiss
:
review+
|
Details | Diff | Splinter Review |
This is a quick bug to reduce the amount of data we send for CONTENT_LARGE_PAINT_PHASE_WEIGHT, and then send data for small paints as well as large.
![]() |
Reporter | |
Comment 1•8 years ago
|
||
This eliminates all but the "r", "dl", and "flb" times. Matt and I think this is reasonable since we have known what the distribution has looked like for a long time.
Attachment #8943035 -
Flags: review?(matt.woodrow)
![]() |
Reporter | |
Comment 2•8 years ago
|
||
Attachment #8943035 -
Attachment is obsolete: true
Attachment #8943035 -
Flags: review?(matt.woodrow)
Attachment #8943051 -
Flags: review?(matt.woodrow)
![]() |
Reporter | |
Comment 3•8 years ago
|
||
Attachment #8943052 -
Flags: review?(matt.woodrow)
![]() |
Reporter | |
Comment 4•8 years ago
|
||
Comment on attachment 8943052 [details] [diff] [review]
part 2, include small paints
Rebecca, can you do a data review here? This is effectively identical to the CONTENT_LARGE_PAINT_PHASE_WEIGHT probe in Histograms.json, except it accumulates timing for fast paints instead of slow paints.
Attachment #8943052 -
Flags: review?(rweiss)
Assignee | ||
Updated•8 years ago
|
Attachment #8943051 -
Flags: review?(matt.woodrow) → review+
Assignee | ||
Updated•8 years ago
|
Attachment #8943052 -
Flags: review?(matt.woodrow) → review+
![]() |
Reporter | |
Updated•8 years ago
|
Assignee: dvander → matt.woodrow
Comment 5•8 years ago
|
||
Comment on attachment 8943052 [details] [diff] [review]
part 2, include small paints
Review of attachment 8943052 [details] [diff] [review]:
-----------------------------------------------------------------
1. Yes, it will have standard Telemetry documentation.
2. Yes, there are the standard Telemetry preferences available to the user.
3. Does not explicitly state a requirement for permanent collection.
4. This is type 1.
5. Does not explicitly state, but since type 1 data is requested this can be default on in release if required.
6. No new identifiers.
7. Covered by existing policy.
8. Yes, a renewal is needed assuming that this is not for permanent data collection.
Attachment #8943052 -
Flags: review?(rweiss) → review+
Pushed by mwoodrow@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/357eed969284
Reduce data sent for CONTENT_LARGE_PAINT_PHASE_WEIGHT. (bug 1430897 part 1, r=mattwoodrow)
https://hg.mozilla.org/integration/mozilla-inbound/rev/978fec77e003
Record paint phase timing for small frames. (bug 1430897 part 2, r=mattwoodrow, data_r=rweiss)
![]() |
||
Comment 7•8 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/357eed969284
https://hg.mozilla.org/mozilla-central/rev/978fec77e003
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
status-firefox60:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla60
You need to log in
before you can comment on or make changes to this bug.
Description
•