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 of cortex a53

I need the MIPS and flops of cortex a53 processor. The results which I saw on wikipedia were in DMIPS. But i need it in MIPS only. 

Parents
  • Hi ,

    The MIPS indicator is less and less used on recent processors.

    In the best case, the Cortex-a53 is able to issue two instructions each cycle.

    Multiplied by the (maximum) frequency, this gives you an upper bound in term of MIPS.

    But then you might want to measure a specific program, running on a specific chip to obtain a more detailed MIPS figure.

    Tools like Linux perf can measure the actual cycles and instructions per seconds.

Reply
  • Hi ,

    The MIPS indicator is less and less used on recent processors.

    In the best case, the Cortex-a53 is able to issue two instructions each cycle.

    Multiplied by the (maximum) frequency, this gives you an upper bound in term of MIPS.

    But then you might want to measure a specific program, running on a specific chip to obtain a more detailed MIPS figure.

    Tools like Linux perf can measure the actual cycles and instructions per seconds.

Children