[Webkit-unassigned] [Bug 87017] Web Inspector: JavaScript profile stops recording on page load

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 21 07:05:04 PDT 2012


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





--- Comment #1 from Adam Roben (:aroben) <aroben at webkit.org>  2012-05-21 07:04:08 PST ---
There is some JSC-specific code in InspectorProfilerAgent to reset profiles on page load. But just removing that code isn't enough to fix the bug. It looks like JSC::ProfileGenerator is a per-JSGlobalObject object, so gets destroyed and recreated on every page load.

-- 
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