Is there any working memory profiler for Python3

Mathieu Leduc-Hamel picture Mathieu Leduc-Hamel · Oct 13, 2011 · Viewed 10.9k times · Source

In Python 2 there's a couple of tools but everything seems to be old and out-of-dated.

I've found PySizer and Heapy but everything seems to be Python2 oriented and would take a lot of effort to port.

objgraph is interesting but still not a fully working profiler

Which tool are using ?

Answer

Pankrat picture Pankrat · Oct 22, 2011

Pympler is a Python memory profiler that is compatible with both Python 2.x and Python3.x.