Searched refs:rawUpTime (Results 1 – 1 of 1) sorted by relevance
48 struct timespec rawUpTime; in GetUpTimeMs() local49 int errCode = clock_gettime(CLOCK_MONOTONIC, &rawUpTime); in GetUpTimeMs()53 upTimeMs = static_cast<int64_t>(rawUpTime.tv_sec * StatsUtils::MS_IN_SECOND + in GetUpTimeMs()54 rawUpTime.tv_nsec / StatsUtils::NS_IN_MS); in GetUpTimeMs()