We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e079d3f + 1de5cd0 commit 3ae050fCopy full SHA for 3ae050f
README.rst
@@ -95,8 +95,9 @@ The first column represents the line number of the code that has been
95
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 last column (*Line Contents*) prints
99
-the code that has been profiled.
+with respect to the last one. The fourth column (*Occurrences*) shows
+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
103
=========
0 commit comments