Tag Archives: constant rdtsc

rdtsc in the Age of Sandybridge

Years ago I wrote a program that would dynamically measure the speed of my CPU. It would record the current number of CPU clock ticks with __rdtsc() (the C/C++ intrinsic for the rdtsc instruction), then wait some period of time … Continue reading

Posted in Programming | Tagged , , , | 18 Comments