kumquat-buildroot/package/python-memory-profiler/Config.in

9 lines
271 B
Plaintext
Raw Normal View History

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