Home
last modified time | relevance | path

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

/external/OpenCL-CTS/test_conformance/profiling/
Dmain.cpp80 double startToEndTimeS = (double)(commandEnd - commandStart)*1e-9; in check_times() local
85 log_info( "Time from start to end: %fms\n", (double)(startToEndTimeS) * 1000.f ); in check_times()
119 if (startToEndTimeS > COMMAND_SECONDS_LIMIT) { in check_times()
121 startToEndTimeS , (double)QUEUE_SECONDS_LIMIT); in check_times()