to consistency with other Python ports - Update to 0.39 - Add No_ARCH PR: 205109 Submitted by: maintainer Reviewed by: python@/koobs Approved by: mat (mentor) Differential Revision: D4468
6 lines
312 B
Text
6 lines
312 B
Text
memory_profiler is a python module for monitoring memory consumption of a
|
|
process as well as line-by-line analysis of memory consumption for python
|
|
programs. It is a pure python module and has the psutil module as optional
|
|
(but highly recommended) dependencies.
|
|
|
|
WWW: https://github.com/fabianp/memory_profiler/
|