Jump to content

Timer coalescing: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
{{compsci-stub}} created
 
fix, and note that some of the text in this article is from Features new to Windows 7 per CC-BY-SA 3.0
Line 1: Line 1:
'''Timer coalescing''' is a technique for reducing 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 enters and exits idle states,
'''Timer coalescing''' is a technique for reducing 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 enters and exits idle states,


Timer coalescing has been a feature of Microsoft Windows from [[Windows 7]] onward,{{cite web
Timer coalescing has been a feature of Microsoft Windows from [[Windows 7]] onward,<ref>{{cite web
|url=http://www.microsoft.com/whdc/system/pnppwr/powermgmt/TimerCoal.mspx
|url=http://www.microsoft.com/whdc/system/pnppwr/powermgmt/TimerCoal.mspx
|title=Windows Timer Coalescing
|title=Windows Timer Coalescing

Revision as of 18:56, 12 June 2013

Timer coalescing is a technique for reducing 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 enters and exits 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

  1. ^ "Windows Timer Coalescing". Microsoft. January 20, 2009. Retrieved 2009-04-21.
  2. ^ "OS X Mavericks - Advanced Technologies". Apple Inc.
  3. ^ "OS X Mavericks: Core Technologies Overview" (PDF). Apple, Inc. June 10, 2013. Retrieved June 10, 2013.