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

  /external/opencv/
cvjni.cpp 310 clock_t total_time_start = clock(); local
330 clock_t total_time_finish = clock() - total_time_start;
464 clock_t total_time_start = clock(); local
496 clock_t total_time_finish = clock() - total_time_start;
563 clock_t total_time_start = clock(); local
604 clock_t total_time_finish = clock() - total_time_start;
  /external/chromium_org/chrome/test/functional/
perf.py 754 total_time_start = (cpu_usage_start['user'] + cpu_usage_start['nice'] +
757 (total_time_end - total_time_start))
    [all...]

Completed in 388 milliseconds