I have Freescale i.MX515EVK, the ARM Cortex-A8 / Ubuntu platform with me, unfortunately, the Linux kernel on the board does not support some of the well-known profilers, such as Oprofiler or Zoom Profiler (Zoom supports ARM processors, but internally it uses Oprofiler driver), which give very detailed cache usage reports.
The Cortex-A8 has 32 KB of instruction and data caches and a 256 KB L2 cache. Currently, when my image processing algorithm works, I am completely blinded by their use.
Are there any other methods besides using profilers to search for cache deletions and omissions?
source
share