Open
Description
Is there currently a good way to inspect and get stats from the layout tree, say its size and/or other properties? I tried to use Edge tracing and enabled the blink.debug.layout.trees
category, but that seemed to only print out a bunch of layout objects seemingly without a way to inspect them.
Context on the request: investigating an issue where hit-testing is taking a long time (~10ms), the suspicion is that the layout tree grows too big. So I want a way to inspect the layout tree size in order to assess mitigation strategies like CSS containment and DOM virtualization.
Thanks!
AB#39172861