Question on DDMS method profiler

泄露秘密 提交于 2019-12-11 02:19:33

问题


I'd like to use the method profiler to see how many times particular methods are executed. However, everything I see in there is rather cryptic.

For example, all I'd like to see is how many times method doWork() is called. I simply can't find it. How do I do that?

Also, it seems like the android SDK has no documentation on how to use this feature. Does anyone have a guide somewhere?

Thanks


回答1:


I know it's old question, but googled it when was lookin exacly for this same.

Here is some doc: http://developer.android.com/guide/developing/debugging/debugging-tracing.html and here a very interesting video: http://www.google.com/events/io/2009/sessions/DebuggingArtsNinjaMasters.html

Cheers



来源:https://stackoverflow.com/questions/3636746/question-on-ddms-method-profiler

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!