Searched refs:NS_IN_MS (Results 1 – 2 of 2) sorted by relevance
39 rawBootTime.tv_nsec / StatsUtils::NS_IN_MS); in GetBootTimeMs()54 rawUpTime.tv_nsec / StatsUtils::NS_IN_MS); in GetUpTimeMs()
33 static constexpr uint32_t NS_IN_MS = 1000000; variable