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
When running the timeline record feature in web inspector with JSC garbage collections are not recorded.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Blaze Burg
GC is parallel and concurrent. With the current implementation it would not make sense to put it in the UI.