Searched defs:start_time_ns (Results 1 - 1 of 1) sorted by relevance

/bionic/tests/
H A Dgtest_main.cpp643 int64_t start_time_ns; member in struct:ChildProcInfo
704 child_proc.start_time_ns = NanoTime();
705 child_proc.deadline_end_time_ns = child_proc.start_time_ns + GetTimeoutMs(test_name) * 1000000LL;
722 int64_t run_time_ms = (current_time_ns - child_proc.start_time_ns) / 1000000;
844 testcase.SetTestTime(test_id, child_proc.end_time_ns - child_proc.start_time_ns);

Completed in 26 milliseconds