Searched refs:opt_time (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/third_party/libyuv/unit_test/
H A Dscale_argb_test.cc65 double opt_time = get_time(); local
72 opt_time = (get_time() - opt_time) / benchmark_iterations;
76 f, static_cast<int>(c_time * 1e6), static_cast<int>(opt_time * 1e6));
167 double opt_time = get_time(); local
174 opt_time = (get_time() - opt_time) / benchmark_iterations;
178 f, static_cast<int>(c_time * 1e6), static_cast<int>(opt_time * 1e6));
H A Dcompare_test.cc232 double opt_time = get_time(); local
238 opt_time = (get_time() - opt_time) / benchmark_iterations_;
239 printf("BenchmarkPsnr_Opt - %8.2f us opt\n", opt_time * 1e6);
336 double opt_time = get_time(); local
342 opt_time = (get_time() - opt_time) / benchmark_iterations_;
343 printf("BenchmarkSsim_Opt - %8.2f us opt\n", opt_time * 1e6);
H A Dscale_test.cc73 double opt_time = get_time(); local
84 opt_time = (get_time() - opt_time) / benchmark_iterations;
89 static_cast<int>(opt_time * 1e6));
H A Dplanar_test.cc1352 double opt_time = get_time(); local
1356 opt_time = (get_time() - opt_time) / benchmark_iterations_;
/external/libyuv/files/unit_test/
H A Dcompare_test.cc231 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);
H A Drotate_argb_test.cc67 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));
H A Dscale_argb_test.cc70 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));
H A Dscale_test.cc104 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/chromium_org/third_party/icu/source/test/perf/ubrkperf/
H A Dubrkperfold.cpp99 int opt_time = 0; variable
138 {"-time", OptSpec::NUM, &opt_time},
758 } else if(opt_time != 0) {
/external/icu/icu4c/source/test/perf/ubrkperf/
H A Dubrkperfold.cpp99 int opt_time = 0; variable
138 {"-time", OptSpec::NUM, &opt_time},
758 } else if(opt_time != 0) {
/external/qemu/tcg/
H A Dtcg.h498 int64_t opt_time; member in struct:TCGContext
H A Dtcg.c2472 s->opt_time -= profile_getclock();
2481 s->opt_time += profile_getclock();
2653 (double)s->opt_time / (s->code_time ? s->code_time : 1)

Completed in 170 milliseconds