Bug 90442

Summary: Web Inspector: display time intervals measured with console.time() and console.timeEnd() in Timeline
Product: WebKit Reporter: Andrey Kosyakov <caseq>
Component: Web Inspector (Deprecated)Assignee: Andrey Kosyakov <caseq>
Status: RESOLVED FIXED    
Severity: Normal CC: apavlov, bweinstein, joepeck, keishi, loislo, nduca, pfeldman, pmuellr, rik, timothy, yurys
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch
none
Patch pfeldman: review+

Description Andrey Kosyakov 2012-07-03 02:53:51 PDT
Users would like to display application-specific intervals on the timeline. Re-using console.time() and console.timeEnd() for this looks like the cheapest option.
Comment 1 Andrey Kosyakov 2012-07-03 05:05:05 PDT
Created attachment 150585 [details]
Patch
Comment 2 Andrey Kosyakov 2012-07-03 05:13:10 PDT
Created attachment 150586 [details]
Patch
Comment 3 Pavel Feldman 2012-07-03 05:56:29 PDT
Comment on attachment 150586 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=150586&action=review

> Source/WebCore/English.lproj/localizedStrings.js:715
> +localizedStrings["Stop Timing"] = "Stop Timing";

The name is misleading. I'd call these Time and TimeEnd.
Comment 4 Andrey Kosyakov 2012-07-03 06:48:03 PDT
Committed r121763: <http://trac.webkit.org/changeset/121763>
Comment 5 Nat Duca 2012-07-03 07:05:55 PDT
Awesome!!