Adjust length of sleep instruction on TimerWorker for time spent refreshing#2236
Adjust length of sleep instruction on TimerWorker for time spent refreshing#2236Raikzer wants to merge 4 commits into
Conversation
Is there a way to resolve this? |
|
Sorry for the minor wall of text. Re: Refresh Rate InaccuracyOne solution to inaccurate refresh rates would be calls to Re:
|
That sounds awful. I'd never want LiveSplit to significantly affect system performance. |
|
Stopwatch has the exact same issue |
This will increase the consistency of the timer refresh rate when more resource intensive components are used (ie load removers using optical character recognition)
On a side note: Due to delay between a thread's sleep duration ending and the thread actually resuming execution the refresh rate entered in the settings will differ vastly from the refresh rate actually achieved (ie entering a refresh rate of 30 will result in an actual refresh rate of 23)