Searched refs:calTime (Results 1 - 6 of 6) sorted by relevance
/drivers/peripheral/camera/test/mpi/include/ |
H A D | dfx_test.h | 22 float calTime(struct timeval start, struct timeval end);
|
H A D | performance_func_test.h | 22 float calTime(struct timeval start, struct timeval end);
|
H A D | performance_hdi_test.h | 21 float calTime(struct timeval start, struct timeval end);
|
/drivers/peripheral/camera/test/mpi/src/ |
H A D | performance_hdi_test.cpp | 27 float PerformanceHdiTest::calTime(struct timeval start, struct timeval end) in calTime() function in PerformanceHdiTest 65 time_use = calTime(start, end); in HWTEST_F() 98 time_use = calTime(start, end); in HWTEST_F() 132 time_use = calTime(start, end); in HWTEST_F() 168 time_use = calTime(start, end); in HWTEST_F() 175 time_use = calTime(start, end); in HWTEST_F() 213 time_use = calTime(start, end); in HWTEST_F() 260 time_use = calTime(start, end); in HWTEST_F() 295 time_use = calTime(start, end); in HWTEST_F() 328 time_use = calTime(star in HWTEST_F() [all...] |
H A D | performance_func_test.cpp | 27 float PerformanceFuncTest::calTime(struct timeval start, struct timeval end)
in calTime() function in PerformanceFuncTest 62 time_use = calTime(start, end);
in HWTEST_F() 129 time_use = calTime(start, end);
in HWTEST_F() 165 time_use = calTime(start, end);
in HWTEST_F()
|
H A D | dfx_test.cpp | 33 float DfxTest::calTime(struct timeval start, struct timeval end)
in calTime() function in DfxTest
|
Completed in 6 milliseconds