Python profiling links (memory and CPU) Guy Arad May 3, 2019 July 8, 2020 No Comments on Python profiling links (memory and CPU) Tools: Tracemalloc, memory_profiler, meliae (Python 2 only), Pympler Built-in modules: gc Links: Python Memory Issues: Tips and TricksMuppy toturialDebugging with TracemallocUsing profilers – the basicsPy-spy – top-like live view of time spent in functionsProfiler output to Dot graph (gprof2dot)How to Use Python Profilers: Learn the BasicsPymplerProfiling Python Like a Boss