Searched refs:start_ns (Results 1 – 5 of 5) sorted by relevance
155 uint64_t start_ns; in RunTrace() local162 start_ns = Nanotime(); in RunTrace()168 total_ns += Nanotime() - start_ns; in RunTrace()177 start_ns = Nanotime(); in RunTrace()183 total_ns += Nanotime() - start_ns; in RunTrace()192 start_ns = Nanotime(); in RunTrace()198 total_ns += Nanotime() - start_ns; in RunTrace()207 start_ns = Nanotime(); in RunTrace()220 total_ns += Nanotime() - start_ns; in RunTrace()235 start_ns = Nanotime(); in RunTrace()[all …]
105 uint64_t start_ns = NanoTime(); in ReadUntilClosed() local111 if (NanoTime() - start_ns > 2 * kNsPerS) { in ReadUntilClosed()
70 uint64_t start_ns() const { return start_ns_; } in start_ns() function
398 if (NanoTime() > test->start_ns() + deadline_threshold_ns_) { in CheckTestsTimeout()404 } else if (!test->slow() && NanoTime() > test->start_ns() + slow_threshold_ns_) { in CheckTestsTimeout()423 uint64_t run_time_ms = (NanoTime() - test->start_ns()) / kNsPerMs; in HandleSignals()
170 uint64_t start_ns = time_started_.time_since_epoch().count(); in NotifyStateChange() local173 SetProperty(boottime_property, std::to_string(start_ns)); in NotifyStateChange()