Amdahl's Law gives the insight to both hardware and software system designers that speed improvements to just one part of a system have a limit to the overall benefit, and improvements should be balanced across all parts of the system. For example, there is a limit to improving the response time of a web server by increasing the CPU clock speed. At higher clock speeds the overall fraction of time spent in the CPU becomes vanishingly small compared to other unimproved parts of the system. Using absolute execution times, Amdahl's law is in terms of

, the execution time after an improvement;

, the execution time affected by the improvement;

, how many times faster the improved part runs, or its
speedup; and

, the execution time unaffected by the improvement. In these terms, Amdahl's Law states that