[Webkit-unassigned] [Bug 101017] Web Inspector: Support user timing mark and measure in Timeline panel

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 1 23:14:25 PDT 2012


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





--- Comment #2 from Pavel Feldman <pfeldman at chromium.org>  2012-11-01 23:15:48 PST ---
(In reply to comment #1)
> Could you explain why we need another method of marking the timeline? Also, note that console.time and timeEnd allows selecting a region on the timeline today.

I.e. I think they make sense wherever rest of the performance API is visualized. Otherwise it will be hard for the developer to find correlation between these signals and the other ones originating from the inspector instrumentation. Like timeline has been using wall clock until recently.

Alternatively, we could deprecate console's time methods and make sure performance API is aligned with the inspector data. That might require re-implementing some of performance guts on top of inspector instrumentation. Tony, James, what do you think, could we try aligning them?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list