clockrate of clock?

Hi!

Which clockrate use the cuda function clock()? Memory clock, shader clock or multiprocessor clock?
I used the clockrate of cudaDeviceProp DevProps.clockrate (shader clock), is this right? The value is in kHz, isn’t it?

Thanks in advance!

I think it uses the shader clock. The results are plausible.