WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
88585
Add instrumentation for the number of RenderLayers in a page
https://bugs.webkit.org/show_bug.cgi?id=88585
Summary
Add instrumentation for the number of RenderLayers in a page
Julien Chaffraix
Reported
2012-06-07 15:43:13 PDT
Currently we only know the aggregate number of objects in the render tree. Following
bug 88579
, it would be nice to know how many RenderLayers an average page has. This would give us some idea how much savings shrinking RenderLayer could yield to. While at it, it may be worth considering a finer grained counting of other types of RenderObject (RenderBoxes, RenderBlocks, ...)
Attachments
(Not for review) WIP patch about logging deeper info, unfortunately will slow down every loads regardless of whether histograms are enabled
(3.69 KB, patch)
2012-06-07 17:18 PDT
,
Julien Chaffraix
no flags
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Ojan Vafai
Comment 1
2012-06-07 15:44:36 PDT
(In reply to
comment #0
)
> Currently we only know the aggregate number of objects in the render tree.
We only know the aggregate number of bytes allocated through the RenderArena.
Julien Chaffraix
Comment 2
2012-06-07 17:18:58 PDT
Created
attachment 146424
[details]
(Not for review) WIP patch about logging deeper info, unfortunately will slow down every loads regardless of whether histograms are enabled
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug