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

  /external/libyuv/files/unit_test/
compare_test.cc 231 double opt_time = get_time(); local
237 opt_time = (get_time() - opt_time) / benchmark_iterations_;
238 printf("BenchmarkPsnr_OPT - %8.2f us opt\n", opt_time * 1e6);
362 double opt_time = get_time(); local
368 opt_time = (get_time() - opt_time) / benchmark_iterations_;
369 printf("BenchmarkPsnr_OPT - %8.2f us opt\n", opt_time * 1e6);
rotate_argb_test.cc 67 double opt_time = get_time(); local
73 opt_time = (get_time() - opt_time) / runs;
77 mode, static_cast<int>(c_time*1e6), static_cast<int>(opt_time*1e6));
scale_argb_test.cc 70 double opt_time = get_time(); local
77 opt_time = (get_time() - opt_time) / benchmark_iterations;
81 f, static_cast<int>(c_time*1e6), static_cast<int>(opt_time*1e6));
scale_test.cc 104 double opt_time = get_time(); local
115 opt_time = (get_time() - opt_time) / benchmark_iterations;
119 f, static_cast<int>(c_time*1e6), static_cast<int>(opt_time*1e6));
  /external/icu4c/test/perf/ubrkperf/
ubrkperfold.cpp 99 int opt_time = 0; variable
138 {"-time", OptSpec::NUM, &opt_time},
758 } else if(opt_time != 0) {

Completed in 296 milliseconds