Lines Matching refs:kNanosecondsPerMicrosecond
79 result += (tc.stime / v8::base::Time::kNanosecondsPerMicrosecond);
81 result += (ts.tv_nsec / v8::base::Time::kNanosecondsPerMicrosecond);
84 result += (ts.tv_nsec / v8::base::Time::kNanosecondsPerMicrosecond);
143 return TimeDelta(nanoseconds / Time::kNanosecondsPerMicrosecond); in FromNanoseconds()
183 return delta_ * Time::kNanosecondsPerMicrosecond; in InNanoseconds()
194 ts.tv_nsec / Time::kNanosecondsPerMicrosecond); in FromMachTimespec()
203 Time::kNanosecondsPerMicrosecond; in ToMachTimespec()
217 ts.tv_nsec / Time::kNanosecondsPerMicrosecond); in FromTimespec()
225 Time::kNanosecondsPerMicrosecond; in ToTimespec()
366 ts.tv_nsec / kNanosecondsPerMicrosecond); in FromTimespec()
383 ts.tv_nsec = (us_ % kMicrosecondsPerSecond) * kNanosecondsPerMicrosecond; in ToTimespec()
620 ticks = (mach_absolute_time() / Time::kNanosecondsPerMicrosecond * in HighResolutionNow()
623 ticks = (gethrtime() / Time::kNanosecondsPerMicrosecond); in HighResolutionNow()