Is there any working memory profiler for Python3 [closed] Is there any working memory profiler for Python3 [closed] python python

Is there any working memory profiler for Python3 [closed]


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


memprof works for Python3:

http://jmdana.github.io/memprof/

It will log and plot the memory footprint of all your variables.