Home
last modified time | relevance | path

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

/test/vts/runners/target/gtest/
Dgtest_main.cpp612 int64_t start_time_ns; member
676 child_proc.start_time_ns = NanoTime(); in RunChildProcess()
678 child_proc.start_time_ns + GetDeadlineInfo(test_name) * 1000000LL; in RunChildProcess()
698 (current_time_ns - child_proc.start_time_ns) / 1000000; in HandleSignals()
825 child_proc.end_time_ns - child_proc.start_time_ns); in CollectChildTestResult()