Searched refs:NANOS_PER_SEC (Results 1 – 5 of 5) sorted by relevance
410 static_cast<float>(elapsed) / NANOS_PER_SEC, pid); in RunCommandToFd()412 static_cast<float>(elapsed) / NANOS_PER_SEC, pid); in RunCommandToFd()416 static_cast<float>(elapsed) / NANOS_PER_SEC, pid); in RunCommandToFd()418 static_cast<float>(elapsed) / NANOS_PER_SEC, pid); in RunCommandToFd()
51 const uint64_t NANOS_PER_SEC = 1000000000; variable
45 return static_cast<uint64_t>(ts.tv_sec * NANOS_PER_SEC + ts.tv_nsec); in Nanotime()
2271 pid, (float)(Nanotime() - start) / NANOS_PER_SEC); in DumpTraces()3655 float elapsed = (float)(Nanotime() - started_) / NANOS_PER_SEC; in ~DurationReporter()
163 const uint64_t NANOS_PER_SEC = 1000000000; variable167 return static_cast<uint64_t>(ts.tv_sec * NANOS_PER_SEC + ts.tv_nsec); in Nanotime()