fe59adfc1b
- clarify license PR: 186659 Submitted by: Johannes Jost Meixner <xmj@chaot.net> (maintainer)
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/
|