Bug 56070

Summary: Web Inspector: [JSC] timeline does not report collection events
Product: WebKit Reporter: Greg Simon <gregsimon>
Component: Web Inspector (Deprecated)Assignee: Nobody <webkit-unassigned>
Status: RESOLVED WONTFIX    
Severity: Normal CC: apavlov, bburg, bweinstein, ggaren, joepeck, keishi, loislo, mark.lam, oliver, pfeldman, pmuellr, rik, yurys
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   

Greg Simon
Reported 2011-03-09 21:03:34 PST
When running the timeline record feature in web inspector with JSC garbage collections are not recorded.
Attachments
Blaze Burg
Comment 1 2014-01-25 16:07:19 PST
GC is parallel and concurrent. With the current implementation it would not make sense to put it in the UI.
Note You need to log in before you can comment on or make changes to this bug.