[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:42:31 PDT 2011


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





--- Comment #3 from James Robinson <jamesr at chromium.org>  2011-05-16 17:42:31 PST ---
(From update of attachment 93719)
View in context: https://bugs.webkit.org/attachment.cgi?id=93719&action=review

> Source/WebCore/platform/chromium/SystemTimeChromium.cpp:48
> +    uint64_t tickCount = static_cast<uint64_t>(currentTime() * 1000000.0);

why is this currentTime() * 1000000.0 when the wtf/ version is currentTimeMS() * 1000.0?

nit: i'm bad at counting zeros so I like to write this sort of expression as 1000 * 1000

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