pythonprofilers / memory_profiler

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

PyCharm plugin? #288

Open shanelanan opened 4 years ago

shanelanan commented 4 years ago

Hi, I noticed PyCharm Pro has no support for memory profiling. Only runtime / cpu usage using the Profile command.

Does anyone have any ideas how to integrate this package with that IDE? That would be amazing if we could get it working.

I can help write a plugin for PyCharm if anyone wants to try.