As indicated in the documentation , the function cudaEventElapsedTimereturns the elapsed time between two events in milliseconds. It has a resolution of about 0.5 microseconds.
So, the value 0.123456indicates that the elapsed time between the indicated events is 0.123456milliseconds.
source
share