We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2dd1694 commit 1bacd2dCopy full SHA for 1bacd2d
1 file changed
README.rst
@@ -420,7 +420,7 @@ Currently, the backend can be set via the CLI
420
421
$ python -m memory_profiler --backend psutil my_script.py
422
423
-and is explosed by the API
+and is exposed by the API
424
425
>>> from memory_profiler import memory_usage
426
>>> mem_usage = memory_usage(-1, interval=.2, timeout=1, backend="psutil")
@@ -504,6 +504,8 @@ cleanup.
504
505
`Juan Luis Cano <https://github.com/Juanlu001>`_ modernized the infrastructure and helped with various things.
506
507
+`Martin Becker <https://github.com/mgbckr>`_ added PSS and USS tracking via the psutil backend.
508
+
509
=========
510
License
511
0 commit comments