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