| User review:
|
In response to Vosya below concerning the System Clock please be advised ReClock calls the 'QueryPerformanceCounter' ioctl (System Call) to confirm the APIC tickrate/clockspeed which runs at 3579545 Hz and therefore equates to 3.57 Mhz. This is not a bug. There are several timers exposed by the Windows Native API such as RDTSC, HPET, APIC and the ACPI/PM timers. All of these timers operate at diffenent speeds which creates a real headache for programmers who need to use a timer as a reference point for calculations requiring high precision. If you're interested here is some more information on the APIC: https://wiki.osdev.org/APIC_timer |