File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -179,7 +179,7 @@ track the usage of child processes: sum the memory of all children to the
179179parent's usage and track each child individual.
180180
181181To create a report that combines memory usage of all the children and the
182- parent, use the ``include_children `` flag in either the ``profile `` decorator or
182+ parent, use the ``include-children `` flag in either the ``profile `` decorator or
183183as a command line argument to ``mprof ``::
184184
185185 mprof run --include-children <script>
@@ -197,7 +197,7 @@ This will create a plot using matplotlib similar to this:
197197 :target: https://github.com/pythonprofilers/memory_profiler/pull/134
198198 :height: 350px
199199
200- You can combine both the ``include_children `` and ``multiprocess `` flags to show
200+ You can combine both the ``include-children `` and ``multiprocess `` flags to show
201201the total memory of the program as well as each child individually. If using
202202the API directly, note that the return from ``memory_usage `` will include the
203203child memory in a nested list along with the main process memory.
You can’t perform that action at this time.
0 commit comments