[Webkit-unassigned] [Bug 60936] Add currentTickCount() to get monotonically increasing time

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 16 17:56:01 PDT 2011


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


James Robinson <jamesr at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |darin at apple.com,
                   |                            |dino at apple.com,
                   |                            |fishd at chromium.org,
                   |                            |mjs at apple.com,
                   |                            |simon.fraser at apple.com




--- Comment #6 from James Robinson <jamesr at chromium.org>  2011-05-16 17:56:00 PST ---
+cc some folks for comment on the API

Monotonically non-decreasing isn't the most interesting property - uniformly increasing is.  I think this is a step in the right direction and assume that we'll want to implement this with the appropriate system APIs (mach_absolute_time(), QueryPerformanceCounter(), etc).  I'm not sure "tick count" is the correct thing to call this - in chromium we call this TimeTicks, although in practice I always want to use this sort of API to measure intervals or durations.

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