Searched refs:start_time_ns (Results 1 – 1 of 1) sorted by relevance
628 int64_t start_time_ns; member689 child_proc.start_time_ns = NanoTime(); in RunChildProcess()690 child_proc.deadline_end_time_ns = child_proc.start_time_ns + GetTimeoutMs(test_name) * 1000000LL; in RunChildProcess()707 int64_t run_time_ms = (current_time_ns - child_proc.start_time_ns) / 1000000; in HandleSignals()829 testcase.SetTestTime(test_id, child_proc.end_time_ns - child_proc.start_time_ns); in CollectChildTestResult()