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 update
sudo apt-get install python3-memory-profiler
- Raspbian
-
apt-get install python3-memory-profiler
- Dockerfile
- dockerfile.run/python3-mprof
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.