No.
Search found 4 matches
- 24 Jul 2023, 13:30
- Forum: Input Lag / Display Lag / Network Lag
- Topic: Extended understanding of system timers in Windows.
- Replies: 50
- Views: 89994
- 05 Jul 2023, 21:40
- Forum: Input Lag / Display Lag / Network Lag
- Topic: AM5 Socket / 7000 series CPU Discussion
- Replies: 13
- Views: 7311
Re: AM5 Socket / 7000 series CPU Discussion
.. And AMD still doesn't support TSC-Deadline.
- 22 Jun 2023, 11:05
- Forum: Input Lag / Display Lag / Network Lag
- Topic: Extended understanding of system timers in Windows.
- Replies: 50
- Views: 89994
Re: Extended understanding of system timers in Windows.
SNIP
Cool you got any sources to validate this?
Microsoft's own internal documentation:
https://learn.microsoft.com/en-us/windows/win32/sysinfo/acquiring-high-resolution-time-stamps
APIC timer: https://wiki.osdev.org/APIC_timer
HPET: https://wiki.osdev.org/HPET
VMWare's Documentation on ...
- 21 Jun 2023, 10:11
- Forum: Input Lag / Display Lag / Network Lag
- Topic: Extended understanding of system timers in Windows.
- Replies: 50
- Views: 89994
Re: Extended understanding of system timers in Windows.
Timers:
Time stamp counter (TSC):
Is a high resolution, low overhead tick timer with a few flaws which can be caused by powersaving, frequency.
However, recent intel CPUs include a constant rate TSC which counts the passage of time rather that the number of CPU clocks. (this removes the need ...