Say I invoke a cudaEventElapsedTime() and get the return value of 0.123456. Then what is the exact time it suggests?
As stated in the documentation, the function cudaEventElapsedTime returns the elapsed time between two events in milliseconds. It has resolution of about 0.5 microseconds.
So value 0.123456 indicates that the elapsed time between the specified events is 0.123456 milliseconds.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With