Android software NDK native c code profiling on actual Android phones -
i developing rather large software on android log native code, it's working having performance issues.
i hoping can profile each module(function call) of software cpu cycles, memory usage, etc, on several real android phones. there simple c library that?
i see people using oprofile, seems overkill case since system wild profiler, , requires rebuild kernel , system image.
as have full source code of app, need simple c library can embed in code profiling while app runs several test cases.
btw, linux way of doing this?
i've had pretty decent results android-ndk-profiler.
http://code.google.com/p/android-ndk-profiler/
outputs /mnt/sdcard/gmon.out
Comments
Post a Comment