[Webkit-unassigned] [Bug 62159] Implement montonicallyIncreasingClock() on Qt

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 15 06:50:27 PDT 2011


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





--- Comment #15 from Igor Trindade Oliveira <itrindade.oliveira at gmail.com>  2011-06-15 06:50:26 PST ---
Great patch.

I have just few comments.
clock_gettime works on all Unix systems since Linux until AIX, so it is not Qt specific.
About clock_gettime with CLOCK_MONOTONIC clock it is not completely monotonic (Linux case), because if the system is using NTP(Network Time Protocol) and the time changes the clock_gettime returns a wrong time. The solution for Linux using kernel 2.6.28 is the option CLOCK_MONOTONIC_RAW.
But for now i think CLOCK_MONOTONIC is enough.


(In reply to comment #12)
> Created an attachment (id=97221)
 --> (https://bugs.webkit.org/attachment.cgi?id=97221&action=review) [details]
> Patch
> 
> Patch

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