HomeSort by relevance Sort by last modified time
    Searched full:run_time_ms (Results 1 - 3 of 3) sorted by null

  /external/autotest/client/site_tests/power_VideoDetector/
power_VideoDetector.py 22 run_time_ms = run_time_sec * 1000
26 off_ms = max(3600000, run_time_ms * 10)
  /external/webrtc/webrtc/call/
call_perf_tests.cc 58 int run_time_ms);
383 int run_time_ms) {
390 int run_time_ms)
396 run_time_ms_(run_time_ms),
508 } test(net_config, threshold_ms, start_time_ms, run_time_ms);
  /bionic/tests/
gtest_main.cpp 667 int64_t run_time_ms = (current_time_ns - child_proc.start_time_ns) / 1000000; local
668 printf(" %s (%" PRId64 " ms)\n", test_name.c_str(), run_time_ms);
    [all...]

Completed in 629 milliseconds