How can i count the number of instruction cycles for each instruction in the assembly generated for a C/C++ program for ARM? Is there any tool for it? I don't want to look into ARM instruction set each time.
Count the number of instruction cycles of each instruction in the assembly generated for ARM
819 views Asked by sarda At
1
Modern ARM systems doesn't specify cycles per instructions.
This is from Cortex-A9 TRM
However you can also look into Cycle Counter for Cortex A8.