4

I am working on memory usage for application. I have many applications running in my device.I am able to get the available memory using getMemoryInfo().

My problem is , i want each and every application memory consumption/usage.

e.x. I have four application running,
1) abc
2) def
3) ghi
4) klm

Now i want memory usage/consumption of each and every running above applications.

please help me out to find the individual application memory consumption and its allocation.

Thanks in advance.

BradleyDotNET
  • 60,462
  • 10
  • 96
  • 117
Developer
  • 1,009
  • 8
  • 25
  • 56

1 Answers1

1

This is a good article that talks about memory profiling tools that can help you analyze your application's memory usages.

Shashank Kadne
  • 7,993
  • 6
  • 41
  • 54