Lines Matching defs:kMsPerSec
426 static int64_t kMsPerSec = 1000;432 int64_t now = static_cast<int64_t>(ts.tv_sec) * kMsPerSec + ts.tv_nsec / kNsPerMs;