memory-profiler 0.61.0
0
A module for monitoring memory usage of a python program
Contents
A module for monitoring memory usage of a python program
Stars: 4352, Watchers: 4352, Forks: 376, Open Issues: 134The pythonprofilers/memory_profiler
repo was created 13 years ago and the last code push was 5 months ago.
The project is very popular with an impressive 4352 github stars!
How to Install memory-profiler
You can install memory-profiler using pip
pip install memory-profiler
or add it to a project with poetry
poetry add memory-profiler
Package Details
- Author
- Fabian Pedregosa
- License
- BSD
- Homepage
- https://github.com/pythonprofilers/memory_profiler
- PyPi:
- https://pypi.org/project/memory-profiler/
- GitHub Repo:
- https://github.com/pythonprofilers/memory_profiler
Classifiers
- Software Development
Related Packages
Errors
A list of common memory-profiler errors.
Code Examples
Here are some memory-profiler
code examples and snippets.
GitHub Issues
The memory-profiler package has 134 open issues on GitHub
- [BUG] Reused memory from previous allocations is not reported
- profiling the C++ dynamic library
- Bug / Clarification needed: Impact of mmap on memory_usage
- Running mprof with python -m
- Sockets opened outside profiling do not close properly inside profiling
- ModuleNotFoundError: No module named 'memory_profiler' with Python 3.9