How to optimize and monitor your application’s power consumption
Developers from all segments in the industry want to ensure that their systems are as energy efficient as possible without compromising the performance of the application. However, this task is not trivial and the big question is if there are methodologies, tools and best practices available to optimize the source code in order to minimize unnecessary power consumption? The answer is fortunately yes!
In this session, we will explore some of the common energy killers like unused peripherals, polling loops while in idle, max. CPU frequency, repeated memory accesses and more. Additionally we will show you how to identify additional spots where any power optimization efforts should be focused.