analytics - android runtime analysis tool -


what android runtime analysis tools available free?

i looking tool me analyze algorithm have running in android application. have not been able find 1 free works android. have found few java, did not see tutorials or how-to's on how them work android.

here of things wanting tool.

  • execution time
  • time spent in methods
  • number of times method called
  • loop iterations

thanks!

take @ profiling traceview , dmtracedump


Comments

Popular posts from this blog

JQuery Autocomplete without using label, value, id -

c++ - Accessing inactive union member and undefined behavior? -

JAVA - what is the difference between void and boolean methods? -