[Webkit-unassigned] [Bug 119762] [WTF] [JSC] Replace currentTime() with monotonicallyIncreasingTime() in all possible places

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 13 12:12:42 PDT 2013


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





--- Comment #3 from Arunprasad Rajkumar <arurajku at cisco.com>  2013-08-13 12:12:16 PST ---
(In reply to comment #2)
> Why?

Actually some platforms(mostly embedded systems like TV/STB) doesn't have battery powered reliable clock source. Wall Clock time is obtained via time sources like NTP(it may have some latency). So I feel use currentTime() only on the places which really needs wall clock time(like jsDateTime()), remaining places monotonicallyIncreasingTime() is good.

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