Profilers with Julia Evans

Greatest Hits Archives - Software Engineering Daily - A podcast by Greatest Hits Archives - Software Engineering Daily

Categories:

When software is performing suboptimally, the programmer can use a variety of tools to diagnose problems and improve the quality of the code. A profiler is a tool for examining where a program is spending time. Every program consists of a set of different functions. These functions call each other. The total amount of time