Open Bug 1881627 Opened 4 months ago Updated 3 months ago

Explore other options for when to increase timer resolution on Windows

Categories

(Core :: Performance Engineering, enhancement, P3)

All
Windows 11
enhancement

Tracking

()

People

(Reporter: jlink, Assigned: jlink)

References

(Blocks 5 open bugs)

Details

(Whiteboard: [sp3])

In bug 1826224 we introduced functionality to enable high-resolution timers on Windows when not on battery power. High-res timers can result in an improvement to performance and responsiveness but also, because some sites are written in a way that relies on them, the lack of them can make some sites function "incorrectly".

The purpose of this ticket is look for other options on how to determine when to request high-resolution timers rather than just tie them to whether the system in question is running on battery power. In particular, I think that we can robustly make this determination by looking at the upcoming timers in the timer list and requesting high-res timers iff there are timers that need to fire precisely.

Summary: Explore other options for when increase timer resolution on Windows → Explore other options for when to increase timer resolution on Windows
Severity: -- → S3
Priority: -- → P3
You need to log in before you can comment on or make changes to this bug.