Skip to content

Commit

Permalink
Update README.rst (#394)
Browse files Browse the repository at this point in the history
Update the definition of *Occurrences* as provided in
#352 (comment)
  • Loading branch information
fabianp authored Jul 21, 2023
2 parents e079d3f + 1de5cd0 commit 3ae050f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,9 @@ The first column represents the line number of the code that has been
profiled, the second column (*Mem usage*) the memory usage of the
Python interpreter after that line has been executed. The third column
(*Increment*) represents the difference in memory of the current line
with respect to the last one. The last column (*Line Contents*) prints
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
(*Line Contents*) prints the code that has been profiled.

Decorator
=========
Expand Down

0 comments on commit 3ae050f

Please sign in to comment.