New issue
Advanced search Search tips

Issue 854094 link

Starred by 1 user

Issue metadata

Status: Assigned
Owner:
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

Show DOM node sizes in DevTools heap snapshot

Project Member Reported by u...@chromium.org, Jun 19 2018

Issue description

DevTools heap snapshot currently captures DOM nodes but does not show their sizes.

In order to show sizes we need to:
1) plumb size info from the Oilpan GC to the EmbedderGraphBuilder in Blink.
2) adjust DevTools UI to show both JS heap size and DOM size separately to avoid confusion when a JS developer compares performance.memory with the heap snapshot. (Currently DevTools shows only the JS heap size as the heap snapshot size).

 
What is the status of this request?
Owner: alph@chromium.org
Status: Assigned (was: Available)

Sign in to add a comment