[Webkit-unassigned] [Bug 72219] Web Inspector: making console.timeEnd return a value

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Nov 13 07:09:32 PST 2011


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





--- Comment #2 from Pablo Garaizar <garaizar at deusto.es>  2011-11-13 07:09:31 PST ---
By "JavaScript timer's limitations" I meant "JavaScript's timing functions limitations": http://ejohn.org/blog/accuracy-of-javascript-time/ (sorry for the confusion between timers and timing functions). 

Regarding new Date(), its resolution will never be higher than 1 ms (as ECMAScript standards defined it), and their accuracy and precision may vary depending on the underlying OS.

Nevertheless, I undestand the reasons to close this bug report (console Object's aim is debugging, not production code), but I would really appreciate any clue about WebKit's compliance of the new W3C User Timing API.

Thank you for your time ;-)

-- 
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