Estimating Android Applications' CPU Energy Usage Via Bytecode Profiling

Shuai Hao,Ding Li,William G. J. Halfond,Ramesh Govindan
DOI: https://doi.org/10.1109/greens.2012.6224263
2012-01-01
Abstract:Optimizing the energy efficiency of mobile applications can greatly increase user satisfaction. However, developers lack easily applied tools for estimating the energy consumption of their applications. This paper proposes a new approach, eCalc, that is lightweight in terms of its developer requirements and provides code-level estimates of energy consumption. The approach achieves this using estimation techniques based on program analysis of the mobile application. In evaluation, eCalc is able to estimate energy consumption within 9.5% of the ground truth for a set of mobile applications. Additionally, eCalc provides useful and meaningful feedback to the developer that helps to characterize energy consumption of the application.
What problem does this paper attempt to address?