Closed gao-keyong closed 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
mprof run <script>
merged, thanks!
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