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

/bionic/tests/
H A Dgtest_main.cpp722 int64_t run_time_ms = (current_time_ns - child_proc.start_time_ns) / 1000000; local
723 printf(" %s (%" PRId64 " ms)\n", test_name.c_str(), run_time_ms);

Completed in 44 milliseconds