Cycles per instruction: Difference between revisions

Content deleted Content added
Sk0gg1es (talk | contribs)
Example 2: Corrected the formula from saying 1.55/4000 to 1.55/400 and then corrected the answer to 3.875 ms accordingly.
Line 7:
 
<math>
CPI = \frac{\Sigma Sigma_i(IICIC_i)(CCICC_i) }{IC}
</math>
 
Where '''IIC'''<math>IC_i</math> is the number of instructions for a given instruction type <math>i</math>, '''CCI'''<math>CC_i</math> is the clock-cycles for a giventhat instruction type, '''and <math>IC'''=\Sigma_i(IC_i)</math> is the total instruction count. The summation sums over all instruction types for a given benchmarking process.
 
==Explanation==