We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e079d3f commit 9b26810Copy full SHA for 9b26810
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 hit each line. The last column
100
+(*Line Contents*) prints the code that has been profiled.
101
102
Decorator
103
=========
0 commit comments