Home
last modified time | relevance | path

Searched refs:log_perf (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/OpenCL-CTS/test_conformance/compiler/
H A Dtest_compile.cpp253 log_perf((float)(end - start) / (float)CLOCKS_PER_SEC, false, in test_large_compile()
257 log_perf((float)(float)(time2.tv_sec - time1.tv_sec) in test_large_compile()
454 log_perf((float)(end - start) / (float)CLOCKS_PER_SEC, false, in test_multi_file_libraries()
458 log_perf((float)(float)(time2.tv_sec - time1.tv_sec) in test_multi_file_libraries()
678 log_perf((float)(end - start) / (float)CLOCKS_PER_SEC, false, in test_multiple_embedded_headers()
682 log_perf((float)(float)(time2.tv_sec - time1.tv_sec) in test_multiple_embedded_headers()
881 log_perf((float)(end - start) / (float)CLOCKS_PER_SEC, false, in test_multiple_libraries()
885 log_perf((float)(float)(time2.tv_sec - time1.tv_sec) in test_multiple_libraries()
1098 log_perf((float)(end - start) / (float)CLOCKS_PER_SEC, false, in test_multiple_files_multiple_libraries()
1102 log_perf((float)(float)(time2.tv_sec - time1.tv_sec) in test_multiple_files_multiple_libraries()
[all …]
/aosp_15_r20/external/OpenCL-CTS/test_common/harness/
H A DerrorHelpers.h35 #define log_perf(_number, _higherBetter, _numType, _format, ...) \ macro