I have tried developing my own classifier application using tensorflow-lite and android studio. I want to be able to measure and compare their battery consumption during inference. I've tried looking at the energy profiler, but unfortunately, there are no absolute numbers - only estimations (light, medium, and heavy). Is there a tool where I can accurately measure the battery/energy consumption parameter?
Asked
Active
Viewed 152 times
1
-
You might need some special device to measure power consumption accurately. For example devices sold by monsoon https://www.msoon.com/ – Karim Nosseir Sep 11 '21 at 00:26
-
Refer to [this](https://stackoverflow.com/questions/23311058/android-programmatically-get-battery-usage-per-application) question. Currently, it seems impossible to access battery usage data from the OS. – Shubham Panchal Sep 11 '21 at 03:10