How to script the profiling of multiple executable on an Android device? -
i have executables compiled native toolchain, ndk, android.
i script execution of programs , since i'm interested in performance of application, run them basic information execution cpu usage, time, memory, , usual stuff basic profiler.
it's possible starting executables on pc, pushing them device, run them , information i'm looking ?
you try these executables on linux using pss vss monitoring commands or memusage command, own't effective unless tried on android device. use ddms profiling android apps, can method profiling or trace profiling.
have at: http://developer.android.com/tools/debugging/ddms.html http://developer.android.com/tools/debugging/debugging-tracing.html
Comments
Post a Comment