pythonprofilers / memory_profiler

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

Add Quick Start to README #358

Closed iainelder closed 2 years ago

iainelder commented 2 years ago

Adapted from an answer to "Graphing a process's memory usage" on Stack Overflow.

Memory profiler is exactly the tool I've been looking for. But the Usage section of the README makes it seem so complicated to use that it scared me away!

The Stack Overflow answer gets straight to the point and shows how simple it is to use. I think it deserves to be at the top of the README.

fabianp commented 2 years ago

thanks!