RESOLVED WONTFIX73936
Web Inspector: [JSC] implement ScriptProfiler::domNodeCount
https://bugs.webkit.org/show_bug.cgi?id=73936
Summary Web Inspector: [JSC] implement ScriptProfiler::domNodeCount
Pavel Feldman
Reported 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.
Attachments
Pavel Feldman
Comment 1 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).
Dean Jackson
Comment 2 2013-08-13 17:49:54 PDT
Removed method in Bug 119776
Note You need to log in before you can comment on or make changes to this bug.