Question on DDMS method profiler
问题 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: