Android: is there any tool for profiling native code?

前端 未结 4 947
长情又很酷
长情又很酷 2021-02-04 02:25

I have only found one profiling tool - http://code.google.com/p/android-ndk-profiler/. Wasn\'t able to get it working so far, so I wonder if there are other tools available. I n

4条回答
  •  一个人的身影
    2021-02-04 03:09

    Intel VTune Amplifier. This profiler allows you to collect hotspots with stacks on Android devices without root or any OS modification. Here is simple guide: http://software.intel.com/en-us/articles/using-intel-vtune-amplifier-on-non-rooted-android-devices

提交回复
热议问题