Searched refs:kNanosecondsPerMillisecond (Results 1 – 2 of 2) sorted by relevance
47 const int kNanosecondsPerMillisecond = 1000 * 1000; variable54 (ts.tv_nsec / kNanosecondsPerMillisecond); in GetCurrentTimeMs()
234 static constexpr uint32_t kNanosecondsPerMillisecond = 1e6; in FirstStageMain() local235 uint64_t start_ms = start_time.time_since_epoch().count() / kNanosecondsPerMillisecond; in FirstStageMain()