I want to measure the energy consumption of
- my own application (which I can modify)
- 3rd party applications (which I can't modify)
on
- Windows CE 5.0
- Windows Mobile 5/6
Is there some kind of API for this?
If not, can I measure other values which I can use to estimate the energy consumption?
I don't need an exact value like 20 mAh
(although that would be nice) A relative value would suffice, like: "Starting from 100% to 0% charge status, around 20% of the fully charged battery was used by this application"
On the other hand it is very important that the measurement is specific to a single application, i.e. I don't want aggregated measurements for a group of applications, like, "those three applications together consume ..."