Home |
RTTarget-32 Programming Manual System Management BIOS (SMBIOS) Advanced Programmable Interrupt Controller (APIC) Function RTMPSynchTimeStampCounters Function RTRDTSC |
Function RTRDTSCRTRDTSC returns the time stamp counter register of the local CPU: unsigned __int64 RTTAPI RTRDTSC(void); This function is supported in PIC and APIC mode but will throw an exception if the CPU does not support the time stamp counter register (i.e. is not Pentium class). Function RTMPSynchTimeStampCounters
|