Home
last modified time | relevance | path

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

/system/extras/memory_replay/
DTraceBenchmark.cpp155 uint64_t start_ns; in RunTrace() local
162 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 …]
/system/testing/gtest_extras/
DTest.cpp105 uint64_t start_ns = NanoTime(); in ReadUntilClosed() local
111 if (NanoTime() - start_ns > 2 * kNsPerS) { in ReadUntilClosed()
DTest.h70 uint64_t start_ns() const { return start_ns_; } in start_ns() function
DIsolate.cpp398 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()
/system/core/init/
Dservice.cpp170 uint64_t start_ns = time_started_.time_since_epoch().count(); in NotifyStateChange() local
173 SetProperty(boottime_property, std::to_string(start_ns)); in NotifyStateChange()