DescriptionAlways use timeGetTime() for TimeTicks::Now() on Windows.
This way, we also ensure that timeGetTime() is used for Time::Now(),
and thereby Date.now() even if GetTickCount64() is available.
Also add test coverage for Time::Now(), TimeTicks::Now() and
TimeTicks::HighResNow().
BUG=chromium:288924
TEST=cctest/test-timer
Patch Set 1 #
Total comments: 16
Patch Set 2 : Addressed nits #Patch Set 3 : REBASE #
Messages
Total messages: 5 (0 generated)
|