Bug 73936

Summary: Web Inspector: [JSC] implement ScriptProfiler::domNodeCount
Product: WebKit Reporter: Pavel Feldman <pfeldman>
Component: Web Inspector (Deprecated)Assignee: Nobody <webkit-unassigned>
Status: RESOLVED WONTFIX    
Severity: Normal CC: apavlov, bweinstein, dino, ggaren, joepeck, keishi, loislo, mark.lam, oliver, pfeldman, pmuellr, rik, yurys
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   

Description Pavel Feldman 2011-12-06 10:58:37 PST
We'd like to start collecting stats on the memory in the inspector and expose it in the protocol. This bug request is for feature parity in JSC. It is somewhat provisional since this counter is not yet exposed, but I'd like to keep this bug open so that we could point to what is needed for parity in the future.
Comment 1 Pavel Feldman 2011-12-06 11:01:22 PST
domNodeCount should return the number of currently alive DOM nodes (either attached to documents or referred by the retained JavaScript objects).
Comment 2 Dean Jackson 2013-08-13 17:49:54 PDT
Removed method in Bug 119776