Is there a way to see the power consumption of an Android process? I have a rooted HTC Hero, and I have developed some native programs in C language. I want to see the power consumptions of these programs. So, I want a way to measure the power consumption in process level and not in application level as e.g. PowerTutor application does..
Is there an API that can help me develop an application that can do this thing? Can I use /proc/ stats etc.?
any ideas on this?