[Webkit-unassigned] [Bug 152417] Web Inspector: Implement console.timeline() and console.timelineEnd()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 26 17:15:46 PST 2016


https://bugs.webkit.org/show_bug.cgi?id=152417

--- Comment #6 from Timothy Hatcher <timothy at apple.com> ---
(In reply to comment #5)
> (In reply to comment #4)
> > Hmm, we already use time/timeEnd for a high performance time measurement
> > that already outputs to the console.
> 
> Chrome's time/timeEnd does the same.
> 
> timeline/timelineEnd were removed when they switched to a tracing profiler
> in the
> timelines.
> 
> https://code.google.com/p/chromium/issues/detail?id=412782
> 
> I find it to be a very bad developer experience. I hope we don't do the same
> with profile/profileEnd.

They made that change due to architecture problems we don't have. I think we should make time/timeEnd markup the timeline like they do, and just keep profile/profileEnd as-is (start and stop the timeline.) I am hesitant to add timeline/timelineEnd as an alias of profile/rpofileEnd since Chrome deprecated it.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160127/029dab1d/attachment.html>


More information about the webkit-unassigned mailing list