[Webkit-unassigned] [Bug 37743] Separate clock time functions used by JavaScript from monotonically increasing time needed elsewhere

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 6 14:17:02 PDT 2011


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





--- Comment #49 from Igor Trindade Oliveira <itrindade.oliveira at gmail.com>  2011-06-06 14:17:01 PST ---
For Linux/Unix i think is better to implement using clock_gettime. It is better documented than times(0). And clock_gettime is a POSIX.1-2001.

(In reply to comment #48)
> The discussion seems to have died out on both bugs. Assuming everyone is happy now, can someone r+ this now so we can start landing implementations and eventually switch over to using it?
> 
> This adds the function, a dumb default implementation, and a Mac implementation:
> 
> https://bugs.webkit.org/attachment.cgi?id=95502&action=review
> 
> This adds a Linux implementation:
> 
> https://bugs.webkit.org/attachment.cgi?id=95723&action=review

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