We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3ac0040 + 30cd548 commit d1bd809Copy full SHA for d1bd809
1 file changed
README.rst
@@ -138,10 +138,11 @@ give you any information on which function is executed at a given
138
time. Depending on the case, it can be difficult to identify the part
139
of the code that is causing the highest memory usage.
140
141
-Adding the `profile` decorator to a function and running the Python
+Adding the `profile` decorator to a function(ensure no
142
+`from memory_profiler import profile` statement) and running the Python
143
script with
144
- mprof run <script>
145
+ mprof run --python python <script>
146
147
will record timestamps when entering/leaving the profiled function. Running
148
0 commit comments