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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 16 19:49:31 PDT 2011


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


David Levin <levin at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #93720|review?                     |review-
               Flag|                            |




--- Comment #7 from David Levin <levin at chromium.org>  2011-05-16 19:49:31 PST ---
(From update of attachment 93720)
View in context: https://bugs.webkit.org/attachment.cgi?id=93720&action=review

> Source/JavaScriptCore/wtf/CurrentTime.cpp:302
> +        return lastTickCount;

1. This is clearly wrong since lastTickCount isn't set.
2. I find it sad that we have two copies of this code.
3. How does this work in the presence of multiple threads?

Ditto for the other instance of this code.

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