Closed
Bug 1107733
Opened 10 years ago
Closed 10 years ago
Integrate Paint Times into Telemetry
Categories
(Toolkit :: Telemetry, defect)
Tracking
()
RESOLVED
FIXED
mozilla37
People
(Reporter: mchang, Assigned: mchang)
References
Details
Attachments
(1 file)
5.82 KB,
patch
|
mattwoodrow
:
review+
|
Details | Diff | Splinter Review |
+++ This bug was initially created as a clone of Bug #1080160 +++
Track and measure paint times in telemetry.
Comment 1•10 years ago
|
||
How would you define "Paint time" ?
Assignee | ||
Comment 2•10 years ago
|
||
I'd like to break it down into three parts:
1) Total time to perform layout + rasterize.
2) Time to perform layout
3) Time to perform rasterization.
Assignee | ||
Comment 3•10 years ago
|
||
Instrument 3 telemetry markers:
1) Total refresh driver tick time
2) Time to build a display list
3) Time to paint
Attachment #8532684 -
Flags: review?(matt.woodrow)
Updated•10 years ago
|
Attachment #8532684 -
Flags: review?(matt.woodrow) → review+
Assignee | ||
Comment 4•10 years ago
|
||
Comment 5•10 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla37
You need to log in
before you can comment on or make changes to this bug.
Description
•