Can we optimize code to reduce power consumption?

后端 未结 9 1551
南方客
南方客 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:18

    If the processor is tuned to use less power when it needs less cycles, then simply making your code run more efficiently is the solution. Else, there's not much you can do unless the operating system exposes some sort of power management functionality.

提交回复
热议问题