Hi guys ! Say me please, what profiling tools are you use with Android ? My favorite Java profiler is self-made. It is JNI-warped dll with the only method
long GetClocks(), which calls Pentium instruction
RTDSC (0x0f, 0x31). But it is impossible with Android emulator, because it executed with qemu-ARM. What are you use (if you use profiling at all, of course

) ?