Timer coalescing: Difference between revisions
Appearance
Content deleted Content added
added wikilink |
add some See also links |
||
Line 16: | Line 16: | ||
* [[Interrupt coalescing]] |
* [[Interrupt coalescing]] |
||
* [[Tickless kernel]] |
* [[Tickless kernel]] |
||
* [[Performance per watt]] |
|||
* [[Low-power electronics]] |
|||
{{compsci-stub}} |
{{compsci-stub}} |
Revision as of 19:19, 12 June 2013
Timer coalescing is an energy-saving technique that reduces processor power consumption by reducing the precision of software timers to allow the 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,
Timer coalescing has been a feature of Microsoft Windows from Windows 7 onward,[1] and in Apple's Mac OS X from Mac OS X Mavericks.[2][3]
References
- ^ "Windows Timer Coalescing". Microsoft. January 20, 2009. Retrieved 2009-04-21.
- ^ "OS X Mavericks - Advanced Technologies". Apple Inc.
- ^ "OS X Mavericks: Core Technologies Overview" (PDF). Apple, Inc. June 10, 2013. Retrieved June 10, 2013.