
#425: Memray: The endgame Python memory profiler
Talk Python To Me
00:00
What Is Memray and How Does It Work?
The C profile and profile are the profilers that come with the standard library. The other kind of profiler that we will talk about is a sampling profiler, also called a statistical profiler. A sampling profiler basically is a profiler that every time, assuming that it's a performance one, because C profile checks time. So running the profiler will make your code slower.
Transcript
Play full episode