zoukankan      html  css  js  c++  java
  • Modern Operating System --- Power Management (CPU)

    The CPU can also be managed to save energy. A notebook CPU can be put to sleep in software, reducing

    power usage to almost zero. The only thing it can do in this state is waking up when an interrupt occurs.

    Therefor, whenever the CPU goes idle, either waiting for I/O or because there is no work to do, it goes to

    sleep.

    On mang computers, there is a relationship between CPU voltage, clock cycke, and power usage. The CPU

    voltage can often be reduced in software, which saves energy but also reduces the clock cycle (approximately

    linearly). Since power comsumed is proportional to the square of the voltage, cutting the voltage in half makes

    the CPU about half as fast but as 1/4 the power.

  • 相关阅读:
    Access-自定义控件TabControl
    Excel公式-求最低价网站名字
    Excel图表-太极图
    Excel图表-"DNA"图
    VB中的GDI编程-2 画笔
    leetcode
    leetcode
    leetcode
    leetcode
    leetcode
  • 原文地址:https://www.cnblogs.com/miaoyong/p/4886842.html
Copyright © 2011-2022 走看看