Searched refs:hostOnlyEndTime (Results 1 – 1 of 1) sorted by relevance
33 cl_ulong hostOnlyStartTime, hostOnlyEndTime, hostOnlyTimeDiff; in test_device_and_host_timers() local61 result = clGetHostTimer(deviceID, &hostOnlyEndTime); in test_device_and_host_timers()70 hostOnlyTimeDiff = hostOnlyEndTime - hostOnlyStartTime; in test_device_and_host_timers()103 if (hostOnlyEndTime <= hostOnlyStartTime) { in test_device_and_host_timers()105 log_error(" hostStartTime: %lu, hostEndTime: %lu\n", hostOnlyStartTime, hostOnlyEndTime); in test_device_and_host_timers()116 if (hostOnlyEndTime < hostEndTime) { in test_device_and_host_timers()119 …log_error(" clGetDeviceAndHostTimer: %lu, clGetHostTimer: %lu\n", hostEndTime, hostOnlyEndTime); in test_device_and_host_timers()