Home
last modified time | relevance | path

Searched refs:opt_time (Results 1 – 5 of 5) sorted by relevance

/external/libyuv/files/unit_test/
Dcompare_test.cc231 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()
Drotate_argb_test.cc67 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()
Dscale_argb_test.cc70 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()
Dscale_test.cc104 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/
Dubrkperfold.cpp99 int opt_time = 0; variable
138 {"-time", OptSpec::NUM, &opt_time},
758 } else if(opt_time != 0) { in main()