Software:Timer coalescing

From HandWiki
Revision as of 15:16, 27 June 2023 by ScienceGen (talk | contribs) (linkage)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Short description: Operating system feature to reduce CPU idle time

Timer coalescing is a computer system energy-saving technique that reduces central processing unit (CPU) power consumption by reducing the precision of software timers used for synchronization of process wake-ups, minimizing the number of times the CPU is forced to perform the relatively power-costly operation of entering and exiting idle states.[1]

Implementations of timer coalescing

See also


References