RESOLVED FIXED 90442
Web Inspector: display time intervals measured with console.time() and console.timeEnd() in Timeline
https://bugs.webkit.org/show_bug.cgi?id=90442
Summary Web Inspector: display time intervals measured with console.time() and consol...
Andrey Kosyakov
Reported 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.
Attachments
Patch (19.78 KB, patch)
2012-07-03 05:05 PDT, Andrey Kosyakov
no flags
Patch (19.30 KB, patch)
2012-07-03 05:13 PDT, Andrey Kosyakov
pfeldman: review+
Andrey Kosyakov
Comment 1 2012-07-03 05:05:05 PDT
Andrey Kosyakov
Comment 2 2012-07-03 05:13:10 PDT
Pavel Feldman
Comment 3 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.
Andrey Kosyakov
Comment 4 2012-07-03 06:48:03 PDT
Nat Duca
Comment 5 2012-07-03 07:05:55 PDT
Awesome!!
Note You need to log in before you can comment on or make changes to this bug.