[Webkit-unassigned] [Bug 38420] Web Inspector: JSC should provide heap size info for Timeline panel

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 12 23:46:05 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=38420





--- Comment #1 from Pavel Feldman <pfeldman at chromium.org>  2010-05-12 23:46:04 PST ---
Can we do something like this as a short term solution?

JSGlobalData* globalData = JSDOMWindow::commonJSGlobalData();
Statistics statistics = globalData->heap.statistics();
Use statistics.size & statistics.free?

It'll traverse heap, but is there anything that works faster for you guys?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list