Hello.
How people calculate MIPS for a particular application. Lets assume I am
doing Speech coding , 30msec of frame basis , each frame is prcoessed in 10 lack
cycle by TMS C6711 processor(150 Mhz). Than what will be its MIPS
measurement??
Deepak Kumar Poddar
CAIR Bangalore
PH: +919886043789
How to Calculate MIPS for a algorithm
Started by ●May 16, 2006
Reply by ●May 17, 20062006-05-17
HI
You can calculate MIPS through profiler and CLKOUT. You have to enable the profiler and then through breakpoints you can calculate the number of cycles. To calculate the MIPS divide this by the max number of instructions (i.e. CLKOUT) and this will give you the approximate amount of time it will take to complete this function.
megha
deepak poddar wrote: Hello.
How people calculate MIPS for a particular application. Lets assume I am doing Speech coding , 30msec of frame basis , each frame is prcoessed in 10 lack cycle by TMS C6711 processor(150 Mhz). Than what will be its MIPS measurement??
Deepak Kumar Poddar
CAIR Bangalore
PH: +919886043789
---------------------------------
Yahoo! Messenger with Voice. PC-to-Phone calls for ridiculously low rates.
You can calculate MIPS through profiler and CLKOUT. You have to enable the profiler and then through breakpoints you can calculate the number of cycles. To calculate the MIPS divide this by the max number of instructions (i.e. CLKOUT) and this will give you the approximate amount of time it will take to complete this function.
megha
deepak poddar wrote: Hello.
How people calculate MIPS for a particular application. Lets assume I am doing Speech coding , 30msec of frame basis , each frame is prcoessed in 10 lack cycle by TMS C6711 processor(150 Mhz). Than what will be its MIPS measurement??
Deepak Kumar Poddar
CAIR Bangalore
PH: +919886043789
---------------------------------
Yahoo! Messenger with Voice. PC-to-Phone calls for ridiculously low rates.