freebsd-ports/devel/py-memory_profiler/pkg-descr
Martin Wilke 9ff19985bf - Rename devel/py-memoryprofiler to devel/py-memory_profiler;
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
2015-12-11 03:36:02 +00:00

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/