[Webkit-unassigned] [Bug 107673] Web Inspector: More insight into GC pauses

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 24 03:40:03 PST 2013


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





--- Comment #1 from Paul Lewis <aerotwist at chromium.org>  2013-01-24 03:41:56 PST ---
More context:

At present we have GC records showing in the timeline, which is great. What it doesn't tell you is what was picked up in GC, specifically that which relates back to your code. So if you're using a lot of temporary variables or anonymous functions somewhere in your code it is very difficult to find, especially if you have a large codebase. A suggestion here might be to in some way track the allocations so that you can see the top scoring items. So in effect if a developer is looping through an array and effectively assigning the same logical function as a callback then we can point at that to say "this function is being allocated a lot".

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