We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c62f0a commit d333fdaCopy full SHA for d333fda
README.rst
@@ -193,7 +193,7 @@ This will create a plot using matplotlib similar to this:
193
You can combine both the ``include_children`` and ``multiprocess`` flags to show
194
the total memory of the program as well as each child individually. If using
195
the API directly, note that the return from ``memory_usage`` will include the
196
-child memory along with an index identifying the specific child.
+child memory in a nested list along with the main process memory.
197
198
Setting debugger breakpoints
199
=============================
0 commit comments