Jump to content

Timer coalescing: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
add Linux per talk page, list all them (sorted by date)
Line 14: Line 14:
* [[Advanced Configuration and Power Interface]]
* [[Advanced Configuration and Power Interface]]
* [[Advanced Programmable Interrupt Controller]]
* [[Advanced Programmable Interrupt Controller]]
* [[CPU tick]] — and tickless Linux kernels
* [[CPU tick]] — and tickless kernels
* [[FreeRTOS]]
* [[FreeRTOS]]
* [[High Precision Event Timer]]
* [[High Precision Event Timer]]

Revision as of 23:34, 24 October 2013

Timer coalescing is a computer system energy-saving technique that reduces central processing unit (CPU) 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.[citation needed]

See also

References

  1. ^ http://kernelnewbies.org/Linux_2_6_22
  2. ^ https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=6e453a67510a17f01b63835f18569e8c3939a38c
  3. ^ http://man7.org/linux/man-pages/man7/time.7.html
  4. ^ http://man7.org/linux/man-pages/man2/prctl.2.html
  5. ^ "Windows Timer Coalescing". Microsoft. January 20, 2009. Retrieved 2009-04-21.
  6. ^ "OS X Mavericks - Advanced Technologies". Apple Inc.
  7. ^ "OS X Mavericks: Core Technologies Overview" (PDF). Apple, Inc. June 10, 2013. Retrieved June 10, 2013.