pythonprofilers / memory_profiler

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

Profiling the memory usage of a multithreaded program #278

Open lazyprgmr opened 4 years ago

lazyprgmr commented 4 years ago

Using memory_profiler, is profiling the memory usage of a multithreaded program as simple as "mprof run program.py" or do we need to add the -C option?

RiccardoRossi commented 4 years ago

on the same line, what about the mpi case? would it be doable to have a different file output per every mpi process?