Searched refs:kMicrosPerSecond (Results 1 – 2 of 2) sorted by relevance
53 static const int kMicrosPerSecond = 1000000; variable248 micros / kMicrosPerSecond, in MicrosecondsToDuration()249 (micros % kMicrosPerSecond) * kNanosPerMicrosecond); in MicrosecondsToDuration()275 return duration.seconds() * kMicrosPerSecond + in DurationToMicroseconds()303 micros / kMicrosPerSecond, in MicrosecondsToTimestamp()304 micros % kMicrosPerSecond * kNanosPerMicrosecond); in MicrosecondsToTimestamp()322 return timestamp.seconds() * kMicrosPerSecond + in TimestampToMicroseconds()367 result.tv_usec += kMicrosPerSecond; in DurationToTimeval()
32 constexpr int kMicrosPerSecond = 1000000; variable77 (event_last_time_ - event_first_time_).us() * kMicrosPerSecond; in GetEventsPerSecond()816 static_cast<double>(kMicrosPerSecond) / in ReportResults()875 static_cast<double>(test_duration.us()) * kMicrosPerSecond, in ReportResults()