The document is archived and information here might be outdated
__rdtsc
Visual Studio 2005
Microsoft Specific
Generates the rdtsc instruction, which returns the processor time stamp. The processor time stamp records the number of clock cycles since the last reset.
unsigned __int64 __rdtsc(void);
Show: