uint64_t __rdtsc();
Reads the time stamp counter on the x86 architecture. Returns the time stamp counter as a single 64-bit integer.
uint64_t __rdtsc();
Reads the time stamp counter on the x86 architecture. Returns the time stamp counter as a single 64-bit integer.