pythonprofilers / memory_profiler

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

Update README.rst #357

Closed gao-keyong closed 2 years ago

gao-keyong commented 2 years ago

There is an easily missed note about removing the import statement and the official README is not well explained. Quite a bit misleading. And executing mprof run <script> will not show the execution of the different functions as described. See also https://stackoverflow.com/questions/45549087/python-memory-profiler-plotting/61200561?stw=2#61200561

fabianp commented 2 years ago

merged, thanks!