Using Events with CUBLAS

Hi,

I have a program that simply calculates the product of two matrices using CUBLAS SGEMM. I want to calculate the execution time of SGEMM. Can I use CUDA events as described in programming guide? Is there any other way to calculate the time?

Thanks

I use cutCreateTimer, cutStartTimer and cutGetTimerValue