Home
last modified time | relevance | path

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

/bionic/tests/
Dsystem_properties_test2.cpp28 static uint64_t NanoTime() { in NanoTime() function
48 ss << "debug.test." << getpid() << "." << NanoTime() << "."; in TEST()
136 ss << "debug.test." << getpid() << "." << NanoTime() << "." << "property_empty"; in TEST()
Dsignal_test.cpp352 static int64_t NanoTime() { in NanoTime() function
368 int64_t start_time = NanoTime(); in TEST()
376 ASSERT_GE(NanoTime() - start_time, 1000000); in TEST()
Dgtest_main.cpp267 static int64_t NanoTime() { in NanoTime() function
722 child_proc.start_time_ns = NanoTime(); in RunChildProcess()
739 int64_t current_time_ns = NanoTime(); in HandleSignals()
765 child_proc_list[i].end_time_ns = NanoTime(); in CheckChildProcExit()
773 int64_t current_time_ns = NanoTime(); in CheckChildProcTimeout()
918 int64_t iteration_start_time_ns = NanoTime(); in RunTestInSeparateProc()
974 int64_t elapsed_time_ns = NanoTime() - iteration_start_time_ns; in RunTestInSeparateProc()