You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.rst
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -191,9 +191,9 @@ This will create a plot using matplotlib similar to this:
191
191
:height:350px
192
192
193
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.
195
-
196
-
.. warning:: Currently the child tracking only works if a ``stream`` is provided to the ``profile`` (e.g. from the command line or in the decorator). If you are using the API to retrieve values then the flag will not do anything.
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.
0 commit comments