Bug 107668 - [chromium] Web Inspector: show fast/slow scrolling in timeline capture
Summary: [chromium] Web Inspector: show fast/slow scrolling in timeline capture
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Enhancement
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 107665
  Show dependency treegraph
 
Reported: 2013-01-23 05:02 PST by Paul Lewis
Modified: 2013-04-05 13:01 PDT (History)
9 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Paul Lewis 2013-01-23 05:02:50 PST
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
Comment 1 Paul Lewis 2013-01-24 03:07:57 PST
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.
Comment 2 Timothy Hatcher 2013-04-05 13:01:27 PDT
Chromium and V8 have left the building. Won't fix.