Tool to calculate performance and / or power consumption on a mobile device [duplicate]

1

Hello, I'm on a project that I need to develop some web apps for a mobile device. It's for the Android platform. And I would like a tool that gives me the performance of that application and / or that gives me the energy consumption of that application.

    
asked by anonymous 15.05.2015 / 15:51

1 answer

1

You need to use the platform's low-level features to get this information.

Here at this link is a description of an API for analyzing device power consumption . As well as statistics that will serve your project.

As well as consumption values for numerous device components.

    
22.05.2015 / 05:52