We are using Trepn to get the "CPU", "CPU Load" and "Memory_Usage" of some andriod app. Please see the attached screenshot for the Memory Plot generated in eclipse.
My Question is, though my phone is in idle state, trepn is showing 1.7GB of memory usage. Can someone tell us why is it taking that much memory though no other application is launched.
Also, Is there any way to relate this value (1.7GB) to my application to tell if this value is acceptable or it is using more?
We came accross the formulae for calculating memory from trepn site:
Memory Usage = (number of pages the application has in RAM) * (page size) / (total available RAM)
Can some one explain how is this page(s) calculated?