Where The Work Is Really Done – Casual Profiling
Once a program has been debugged and works properly, it might be time to start optimizing it. A common way of doing this is a method called profiling – watching a program execute and counting the amount of computing time each step in the program takes. This is all well …read more
Continue reading Where The Work Is Really Done – Casual Profiling