Amdahl’s Law
Amdahl’s Law states that
execution time after improvement = + execution time unaffected
previous # clock cycles / new # clock cycles = (CPI_old * total_instructions) / ((CPI_Old * total_instructions) - (% instructions reduced)(total_instructions)(CPI of the instructions removed))