This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

MIPS Calculation on ARMv7

Hi All,

I want to measure MIPS(Million Instruction per second, i.e. instruction count per second) on ARMv7 Platforms. What is the procedure for calculating MIPS for ARMv7 platforms?

Thanks and Regards

Sridhar Artham

Parents
  • Hi,

    Do you have information which counter should be used to get the instruction count information?

    If you see, ARM IDE, after running the code, we get analysis report. Basically it contains, Instructions, Average Instructions per Second, Cycles etc.

    I want to calculate Cycles using some sub routines. Can you suggest which is the counter used to calculate that cycle information?

    thanks and Regards

    Sridhar Artham

Reply
  • Hi,

    Do you have information which counter should be used to get the instruction count information?

    If you see, ARM IDE, after running the code, we get analysis report. Basically it contains, Instructions, Average Instructions per Second, Cycles etc.

    I want to calculate Cycles using some sub routines. Can you suggest which is the counter used to calculate that cycle information?

    thanks and Regards

    Sridhar Artham

Children