Bug 107668
Summary: | [chromium] Web Inspector: show fast/slow scrolling in timeline capture | ||
---|---|---|---|
Product: | WebKit | Reporter: | Paul Lewis <aerotwist> |
Component: | Web Inspector (Deprecated) | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED WONTFIX | ||
Severity: | Enhancement | CC: | apavlov, keishi, loislo, paulirish, pfeldman, pmuellr, vsevik, web-inspector-bugs, yurys |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | All | ||
OS: | All | ||
Bug Depends on: | |||
Bug Blocks: | 107665 |
Paul Lewis
Show when impl-side scrolling (aka fast scrolling) has switched on or off and its cause, i.e. the browser couldn't just scroll the textures it had but had to come back to the main thread for additional paint / rasterization work first
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Paul Lewis
More context:
Much as we show records for paints, layouts and composite operations, it would be great if we could have a record that showed that impl-side scrolling has been enabled or, perhaps more crucially, disabled. Again if we can tie this back to the change, JS or CSS, that caused us to have to repaint tile(s) and come off the fast scrolling that would really help developers to see the performance implications of their code.
Timothy Hatcher
Chromium and V8 have left the building. Won't fix.