Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Code Profiler for ARM

Tags:

profiler

arm

I want to profile my code on arm 9, Is there any profiler which can give me function call timings and total cycles taken by each function? I would prefer any free profiler. I loved to work with kcachegrind in linux.

like image 837
SunnyShah Avatar asked Jun 06 '26 21:06

SunnyShah


1 Answers

I don't know any free ARM profilers.

You can try ARM RVDS 4.0 Pro. It has a good profiler. And you can use emulator instead of real hardware with it. It simplifies some things, but you'll not receive information about cache-misses/memory-latency, and results may differ from tests on real hardware.

The price of RVDS is high enough. You can try trial for 30 or 45 days, maybe this will be enough to profile all you want.

like image 196
zxcat Avatar answered Jun 10 '26 15:06

zxcat



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!