python3-mprof
memory consumption analysis for Python programs (Python 3 build)
Install
- All systems
-
curl cmd.cat/python3-mprof.sh
- Debian
-
apt-get install python3-memory-profiler - Ubuntu
-
apt-get install python3-memory-profiler - Kali Linux
-
apt-get install python3-memory-profiler - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install python3-memory-profiler - Raspbian
-
apt-get install python3-memory-profiler
python3-memory-profiler
memory consumption analysis for Python programs (Python 3 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 3.x.