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
Reported 2012-05-14 09:31:56 PDT
It would be great if the timeline would show time consumed with parsing and compiling JS.
Attachments
Brian Burg
Comment 1 2014-12-13 15:46:08 PST
Not really possible, since this happens on other threads and code is compiled multiple times.
Note You need to log in before you can comment on or make changes to this bug.