Reputation: 53657
I am a working on android application development. I am using eclipse IDE. I want to have any profilers if present for android. when I was java server side programmer I used to use JProfiler in netbeans.
I want to get detail information both in graphical and in chat format about memory allocation, thread creation etc while my application is running. Is there any such tool exists for android?
Thanks Deepak
Upvotes: 2
Views: 1269
Reputation: 2603
I'd highly recommend checking out DDMS: http://developer.android.com/guide/developing/debugging/ddms.html
Upvotes: 2
Reputation: 1496
I'm not sure what you can find open source, but look here
Profiling with Traceview and dmtracedump
Also this thread might help How to do memory profiling for an android application?
Upvotes: 3