pythonprofilers / memory_profiler

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

mprof: error: unrecognized arguments: --backend #386

Open malapradej opened 1 year ago

malapradej commented 1 year ago

I get the error

mprof: error: unrecognized arguments: --backend

when I run:

mprof run --backend psutil_pss --include-children --multiprocess <my_script.py> 2>stderr.log 1>stdout.log

I'm running version 0.58.0 of the software on python 3.8.16.