After running upper code, I get following result:queued_time=3006314032179submit_time=3006315055871time_start=8537896202057184492time_end=8537896202059510879
You can see the results are very wired, there are so much gap between time_start and submit_time. I can't get real submitted time by subtraction "time_start - submit_time", what is the problem with clGetEventProfilingInfo()?Why it return so strange value?