How can I profile my ARM code on a device.
It is a bare metal code involves USB and SDH handling, I saw this Code Profiler for ARM but seems to be very slim, I am familiar with DS5 but most of its tools can be used if you are on platform with linux kernel based OS. I compile my code with gcc
.
- My code runs on Cortex-A7 and/or Cortex-A15 cores.
- As it seems from here those CPUs aren't arm profiler supported.