pythonprofilers / memory_profiler

Monitor Memory usage of Python code
http://pypi.python.org/pypi/memory_profiler
Other
4.39k stars 380 forks source link

Store child processes by PID #354

Closed IMikhelson closed 2 years ago

IMikhelson commented 2 years ago

Very similar to #140 just with fewer modifications, so the only thing that changes is that processes are stored by PID rather than by counting numbers.

fabianp commented 2 years ago

looks good to me, thanks!