27 cl_kernel k = getKernelObject<cl_kernel, T, I>();
35 bool tmpEvent =
false;
40 evr = (cl_event*)
z.ev;
44 cl_ulong time_start, time_end;
46 GPUChkErr(clGetEventProfilingInfo(*evr, CL_PROFILING_COMMAND_START,
sizeof(time_start), &time_start,
nullptr));
47 GPUChkErr(clGetEventProfilingInfo(*evr, CL_PROFILING_COMMAND_END,
sizeof(time_end), &time_end,
nullptr));
48 _xyz.
t = (time_end - time_start) * 1.e-9f;