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

  /external/autotest/client/site_tests/power_VideoDetector/
power_VideoDetector.py 29 run_time_ms = run_time_sec * 1000
33 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);
  /test/vts/runners/target/gtest/
gtest_main.cpp 674 int64_t run_time_ms = local
676 printf(" %s (%" PRId64 " ms)\n", test_name.c_str(), run_time_ms);
    [all...]
  /bionic/tests/
gtest_main.cpp 740 int64_t run_time_ms = (current_time_ns - child_proc.start_time_ns) / 1000000; local
741 printf(" %s (%" PRId64 " ms)\n", test_name.c_str(), run_time_ms);
    [all...]

Completed in 102 milliseconds