Home
last modified time | relevance | path

Searched refs:kTenthMicrosInMilliSecond (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/utils/unittest/googletest/src/
H A Dgtest.cc835 const DWORD kTenthMicrosInMilliSecond = 10000; in GetTimeInMillis() local
844 now_int64.QuadPart = (now_int64.QuadPart / kTenthMicrosInMilliSecond) - in GetTimeInMillis()