• How to measure CPU utilization of ARM processors ?
    How can we measure the CPU utilization of programs running on ARM processors, particularly the A15 series ? Are there some hardware counters that can be read ?
  • Cortex-A53 processor instruction cycles
    hi , I want to know the cycle information ,latencies of each instruction(secially vector instructions in A32 and A64) in coretex A53 architecture. It seems there is no document available which specifies...
  • What is the value of a license of an ARM Cortex-A53 processor?
    I would like to know the price of the license or terms for each core Cortex-A53 and the price of a 4-core processor Cortex-A53 is charged. Sorry if misspelled not know much English and I'm writing with...
  • Measuring the time of a world switch
    Dear all, Consider a scenario where a bare minimum hardware-assisted hypervisor is hosting 2 simple guest OSes on a dual-core Cortex-A15. I want to accurately measure the time it takes to switch from...
  • code is not working for optimization setting O2 and O3 for Arch64bit Cortex-A53 process
    I come across strange issue with Optimization setting O2 and O3 option my code will not work due to PC corruption, with O1 and O0 code woke fine, our target procesor is Arch64bit Cortex-A53. how to fix...