Possible Duplicate:
What Android tools and methods work best to find memory/resource leaks?
I want to do memory and CPU time profiling of my Android application. And my application is using C source file also.So I want to do profiling on android level as well as ndk level.As there is Vtune software which is used to do profiling of windows application. Is there any other software like Vtune which will be used to do profiling of android application? Which can show which functions is taking max CPU time and memory. i have used MAT(Memory Analyser Tool) which is showing Memory Leak in my Android application but I am not able to find out where memory leak is happening. Can any body please help to know which tool is very efficient to do profiling of android application.
Thanks in Advance
You can use DDMS http://developer.android.com/guide/developing/debugging/ddms.html, Open it in eclipse and generate a heap dump to view it in Eclipse memory analyzer.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With