Home | History | Annotate | Download | only in tests

Lines Matching full:run_time_ms

667         int64_t run_time_ms = (current_time_ns - child_proc.start_time_ns) / 1000000;
668 printf(" %s (%" PRId64 " ms)\n", test_name.c_str(), run_time_ms);