Searched refs:g2d_time (Results 1 – 1 of 1) sorted by relevance
/external/libdrm/tests/exynos/ |
D | exynos_fimg2d_perf.c | 44 unsigned long long g2d_time; in fimg2d_perf_simple() local 98 g2d_time = (end.tv_sec - tspec.tv_sec) * 1000000000ULL; in fimg2d_perf_simple() 99 g2d_time += (end.tv_nsec - tspec.tv_nsec); in fimg2d_perf_simple() 103 printf("{%u,%llu}", w * h, g2d_time); in fimg2d_perf_simple() 105 printf("num_pixels = %u, usecs = %llu\n", w * h, g2d_time); in fimg2d_perf_simple() 122 unsigned long long g2d_time; in fimg2d_perf_multi() local 191 g2d_time = (end.tv_sec - tspec.tv_sec) * 1000000000ULL; in fimg2d_perf_multi() 192 g2d_time += (end.tv_nsec - tspec.tv_nsec); in fimg2d_perf_multi() 196 printf("{%u,%llu}", num_pixels, g2d_time); in fimg2d_perf_multi() 198 printf("num_pixels = %u, usecs = %llu\n", num_pixels, g2d_time); in fimg2d_perf_multi()
|