Home
last modified time | relevance | path

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

/external/OpenCL-CTS/test_conformance/device_timer/
Dtest_device_timer.cpp34 cl_ulong observedDiff; in test_device_and_host_timers() local
87 observedDiff = deviceTimeDiff - hostTimeDiff; in test_device_and_host_timers()
91 observedDiff = hostTimeDiff - deviceTimeDiff; in test_device_and_host_timers()
95 if (observedDiff > allowedDiff) { in test_device_and_host_timers()
97 …log_error(" Observed difference between timers %lu (max allowed %lu).\n", observedDiff, allowed… in test_device_and_host_timers()