

The last comment from Google says that Chrome doesn’t always raise the timer resolution, and besides, other programs also raise it. Google has locked the Chrome bug to further editing. This article was updated July 13, 2013, based on feedback from readers.
Eon timer try to open but closes update#
Update June 2015: UIforETW, my handy tool for recording ETW traces for performance analysis, now records the current timer frequency to the traces, and has a batch file for extremely detailed recording and analysis of timer frequency changes. Update March 2015: Chrome now avoids raising the timer frequency unnecessarily, and as of summer 2020 Chrome will not raise the timer frequency above 125 Hz when on battery power, making it a non-issue for battery life. To get a better report run trace_timer_intervals.bat – it summarizes all changes by all processes over the time period recorded. Among other things they just sample the timer interrupt frequency at a point in time, when many programs adjust the timer interrupt frequency many times per second.

Update November 2020: Microsoft’s tools for measuring and investigating the timer interrupt frequency (clockres and powercfg) are insufficient and clunky. So how come almost every time I notice that my timer frequency has been raised it’s been done by a Microsoft program (or Chrome), that is not doing anything to justify requesting a high-frequency timer? They also waste more compute power than I would ever have expected – they make your computer run slower! Because of these problems Microsoft has been telling developers to not increase the timer frequency for years. When programs increase the timer frequency they increase power consumption and harm battery life.
Eon timer try to open but closes windows#
The default timer resolution on Windows is 15.6 ms – a timer interrupt 64 times a second.
