Searched refs:nowMs (Results 1 – 1 of 1) sorted by relevance
198 uint64_t nowMs = now.tv_sec * 1000 + (now.tv_nsec / 1000000); in getTimeElapsedMs() local199 return (nowMs - thenMs); in getTimeElapsedMs()