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 92:
 
<math>
\text{Execution time}(T) = \text{CPI} \times \text{Instruction count} \times \text{clock time} = \frac{\text{CPI} \times \text{Instruction Count}}{\text{frequency}} = \frac{1.55 \times 1000000}{400 \times 1000000} = \frac{1.55}{4000400} = 03.387875 \, \text{ms}
</math>