We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b26810 commit 1de5cd0Copy full SHA for 1de5cd0
README.rst
@@ -96,7 +96,7 @@ profiled, the second column (*Mem usage*) the memory usage of the
96
Python interpreter after that line has been executed. The third column
97
(*Increment*) represents the difference in memory of the current line
98
with respect to the last one. The fourth column (*Occurrences*) shows
99
-the number of times that profiler has hit each line. The last column
+the number of times that profiler has executed each line. The last column
100
(*Line Contents*) prints the code that has been profiled.
101
102
Decorator
0 commit comments