[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:49:40 PDT 2011


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





--- Comment #5 from James Simonsen <simonjam at chromium.org>  2011-05-16 17:49:40 PST ---
(In reply to comment #3)
> (From update of attachment 93719 [details])
> 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?

It means an extra #include. I changed it so they match. (Note that the Chromium version will be replaced shortly anyway.)

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