How to calculate MIPS, GFLOPS of a processor.

A

Anand

Dear all,

I am newbie to this forum. I need to calculate processor
speed in MIPS. I got a formula like
MIPS = clock rate / (average cycles per instruction(CPI) *
10^6). I know calculation of clock rate and also I know CPI = total
cycles in the program / instruction count, but I need to know how to
calculate this CPI value.
I am working in user level of OS and using windows, VC++
compiler, c or c++ programming languages. I need to calculate this
MIPS value, I came to know it is tough to calculate. Please help me
out to solve this issue if possible and if not possible to calculate,
please tell me the reasons, so it can save my time.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top