This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hello
I am looking for finding a method to calculate MIPS my software is taking to run on linux on ARM A15 cores on the TCI 6638K2K HW board?
Kindly suggest some solutions for the same?
Hi Aslam,
Thank you for bringing to our notice. For ARM. this information is missing in device specific data manual.
I just searched about MIPS calculation, there may be many methods to calculate MIPS.
http://stackoverflow.com/questions/678771/how-to-calculate-mips-for-an-algorithm-for-arm-processor
For DSP, it's normally reported in terms of MACs (Multiply-Accumulates per Second) and FLOPs (Floating Point Operations per Second)
These are mentioned in the data manual as below,
Thank you.