开发者

Generate Call Graph in Android

What are possible tools to generate the call graph of an android application in eclipse? I would like to know which methods interact together...but i can't seem to find anything helpful. I have read something about Oprofile but many persons said that it is not working a开发者_StackOverflow中文版nd contains many problems. I'd like to visualize my code in android to develop better applications.

Thank you


I think the traceview tool is exactly what you are looking for. It show how much time each method takes and shows you the method stack. Here are some tips on how to use it.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜