Intel® Moderncode for Parallel Architectures
Support for developing parallel programming applications on Intel® Architecture.

rdtsc cycle count bclk

daniel02
Beginner
1,008 Views

I'm overclocking my BCLK to 130MHz. How can I determine my CPU frequency and make sure that rdtsc is cycling at 130MHz?

 

reading like this is the correct approach?

 

tsc_hz = __readmsr(0xCE);

return ((tsc_hz >> & 0xff) * 130 * 1E6;

 

0 Kudos
0 Replies
Reply