Bug 86380
Summary: | Web Inspector: Add timeline instrumentation for JavaScript parsing / compilation | ||
---|---|---|---|
Product: | WebKit | Reporter: | Malte Ubl <malte> |
Component: | Web Inspector (Deprecated) | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED WONTFIX | ||
Severity: | Normal | CC: | apavlov, burg, bweinstein, joepeck, keishi, loislo, pfeldman, pmuellr, rik, yurys |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | All | ||
OS: | All |
Malte Ubl
It would be great if the timeline would show time consumed with parsing and compiling JS.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Brian Burg
Not really possible, since this happens on other threads and code is compiled multiple times.