Home
last modified time | relevance | path

Searched refs:top_bits (Results 1 – 1 of 1) sorted by relevance

/external/google-benchmark/src/
Dwalltime.cc135 uint32_t top_bits = 0; in Now() local
141 top_bits = static_cast<uint32_t>(uint64_t(ct) >> 32); in Now()
144 if (top_bits == last_adjust_time_) { // don't need to recompute drift in Now()
154 last_adjust_time_ = top_bits; in Now()