pythonprofilers / memory_profiler

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

Fix memit to handle change in memory_usage API #265

Closed jnothman closed 4 years ago

jnothman commented 4 years ago

Hotfix for and closes #258

Ideally would have tests.

fabianp commented 4 years ago

Hi Joel, many thanks for the fix