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

javascript - backbone.js Collection.add() doesn't `construct` (`initialize`) an object -

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

php - Get uncommon values from two or more arrays -