Skip to content

Commit 3ae050f

Browse files
authored
Update README.rst (#394)
Update the definition of *Occurrences* as provided in #352 (comment)
2 parents e079d3f + 1de5cd0 commit 3ae050f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,9 @@ The first column represents the line number of the code that has been
9595
profiled, the second column (*Mem usage*) the memory usage of the
9696
Python interpreter after that line has been executed. The third column
9797
(*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.
98+
with respect to the last one. The fourth column (*Occurrences*) shows
99+
the number of times that profiler has executed each line. The last column
100+
(*Line Contents*) prints the code that has been profiled.
100101

101102
Decorator
102103
=========

0 commit comments

Comments
 (0)