mp_plot
memory profiler for Python (Python 2)
Install
- All systems
-
curl cmd.cat/mp_plot.sh
- Debian
-
apt-get install python-memprof - Ubuntu
-
apt-get install python-memprof - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install python-memprof - Raspbian
-
apt-get install python-memprof
python-memprof
memory profiler for Python (Python 2)
python-memprof logs the memory used by variables during the execution of decorated methods. It creates a report in a text file and you can plot the result using "mp_plot". This package contains the Python 2 version of memprof.