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
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -202,6 +202,19 @@ the total memory of the program as well as each child individually. If using
202
202
the API directly, note that the return from ``memory_usage`` will include the
203
203
child memory in a nested list along with the main process memory.
204
204
205
+
Plot settings
206
+
===============================
207
+
208
+
By default, the command line call is set as the graph title. If you wish to customize it, you can use the ``-t`` option to manually set the figure title.
209
+
210
+
211
+
mprof plot -t 'Recorded memory usage'
212
+
213
+
You can also hide the function timestamps using the ``n`` flag, such as
214
+
215
+
mprof plot -n
216
+
217
+
205
218
Setting debugger breakpoints
206
219
=============================
207
220
It is possible to set breakpoints depending on the amount of memory used.
0 commit comments