Is there any open source profilers exists for android
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
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?
I'd highly recommend checking out DDMS: http://developer.android.com/guide/developing/debugging/ddms.html
精彩评论