Profilers with Julia Evans

05/06/2018 44 min
Profilers with Julia Evans

Listen "Profilers with Julia Evans"

Episode Synopsis

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
The post Profilers with Julia Evans appeared first on Software Engineering Daily.