Creating a call schedule in Android

What are the possible tools for generating an Android app call schedule in eclipse? I would like to know which methods interact with each other ... but I cannot find anything useful. I read something about Oprofile, but many people said that it does not work and contains a lot of problems. I would like to visualize my code in android to develop better applications.

thank

+3
source share
1 answer

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

0
source

All Articles