It's not too hard to apply this law to your software development tasks. Once you've coded your program and you've begun testing its performance, this law really comes into play.

The use of a profiler is how you gather the measurements of how much of the total execution time of a program is spent in each segment. Thus by combining this law with the output of your profiler, you can make better decisions about what parts of your program to optimize most aggressively.