Can we optimize code to reduce power consumption?

后端 未结 9 1566
南方客
南方客 2021-02-07 13:01

Are there any techniques to optimize code in order to ensure lesser power consumption.Architecture is ARM.language is C

9条回答
  •  暗喜
    暗喜 (楼主)
    2021-02-07 13:28

    If you are not running Windows XP+ or a newer version of Linux, you could run a background thread which does nothing but HLT.

    This is how programs like CPUIdle reduce power consumption/heat.

提交回复
热议问题