Skip to content

Commit 099c5c8

Browse files
committed
fixed image
1 parent f1cee23 commit 099c5c8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -187,13 +187,13 @@ flag and plot as follows::
187187
This will create a plot using matplotlib similar to this:
188188

189189
.. image:: https://cloud.githubusercontent.com/assets/745966/24075879/2e85b43a-0bfa-11e7-8dfe-654320dbd2ce.png
190-
: target: https://github.com/fabianp/memory_profiler/pull/134
191-
: height: 350px
190+
:target: https://github.com/fabianp/memory_profiler/pull/134
191+
:height: 350px
192192

193193
You can combine both the ``include_children`` and ``multiprocess`` flags to show
194194
the total memory of the program as well as each child individually.
195195

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).
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.
197197

198198
Setting debugger breakpoints
199199
=============================

0 commit comments

Comments
 (0)