c17a9b2de8
A module for monitoring memory usage of a python program. Signed-off-by: Asaf Kahlon <asafka7@gmail.com> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
9 lines
271 B
Plaintext
9 lines
271 B
Plaintext
config BR2_PACKAGE_PYTHON_MEMORY_PROFILER
|
|
bool "python-memory-profiler"
|
|
depends on BR2_PACKAGE_PYTHON3
|
|
select BR2_PACKAGE_PYTHON_PSUTIL # runtime
|
|
help
|
|
A module for monitoring memory usage of a python program.
|
|
|
|
https://github.com/pythonprofilers/memory_profiler
|