Home
last modified time | relevance | path

Searched refs:time_use (Results 1 - 3 of 3) sorted by relevance

/drivers/peripheral/camera/test/mpi/src/
H A Dperformance_hdi_test.cpp29 float time_use = 0; in calTime() local
30 time_use = (end.tv_sec - start.tv_sec) * TIME_TRANSFORMATION_US + (end.tv_usec - start.tv_usec); in calTime()
31 return time_use; in calTime()
57 float time_use; in HWTEST_F() local
65 time_use = calTime(start, end); in HWTEST_F()
66 totle_time_use = totle_time_use + time_use; in HWTEST_F()
87 float time_use; in HWTEST_F() local
98 time_use = calTime(start, end); in HWTEST_F()
99 totle_time_use = totle_time_use + time_use; in HWTEST_F()
124 float time_use; in HWTEST_F() local
158 float time_use; HWTEST_F() local
204 float time_use; HWTEST_F() local
249 float time_use; HWTEST_F() local
282 float time_use; HWTEST_F() local
318 float time_use; HWTEST_F() local
351 float time_use; HWTEST_F() local
393 float time_use; HWTEST_F() local
435 float time_use; HWTEST_F() local
505 float time_use; HWTEST_F() local
569 float time_use; HWTEST_F() local
606 float time_use; HWTEST_F() local
674 float time_use; HWTEST_F() local
714 float time_use; HWTEST_F() local
774 float time_use; HWTEST_F() local
824 float time_use; HWTEST_F() local
897 float time_use; HWTEST_F() local
970 float time_use; HWTEST_F() local
[all...]
H A Dperformance_func_test.cpp29 float time_use = 0; in calTime() local
30 time_use = (end.tv_sec - start.tv_sec) * TIME_TRANSFORMATION_US + (end.tv_usec - start.tv_usec); in calTime()
31 return time_use; in calTime()
55 float time_use; in HWTEST_F() local
62 time_use = calTime(start, end); in HWTEST_F()
63 totle_time_use = totle_time_use + time_use; in HWTEST_F()
86 float time_use; in HWTEST_F() local
129 time_use = calTime(start, end); in HWTEST_F()
130 totle_time_use = totle_time_use + time_use; in HWTEST_F()
159 float time_use; in HWTEST_F() local
[all...]
H A Ddfx_test.cpp35 float time_use = 0; in calTime() local
36 time_use = (end.tv_sec - start.tv_sec) * TIME_TRANSFORMATION_US + (end.tv_usec - start.tv_usec); in calTime()
37 return time_use; in calTime()

Completed in 5 milliseconds