mprof
memory consumption analysis for Python programs (Python 2 build)
Install
- All systems
-
curl cmd.cat/mprof.sh
- Debian
-
apt-get install python-memory-profiler - Ubuntu
-
apt-get install python-memory-profiler - Arch Linux
-
pacman -S python-memory-profiler - Kali Linux
-
apt-get install python-memory-profiler - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install python-memory-profiler - Raspbian
-
apt-get install python-memory-profiler
python-memory-profiler
memory consumption analysis for Python programs (Python 2 build)
This is a Python module for monitoring memory consumption of a process as well as line-by-line analysis of memory consumption for Python programs. This module is built for Python version 2.x.