Skip to content

Commit

Permalink
README.md: Fix typo "transferred"
Browse files Browse the repository at this point in the history
  • Loading branch information
hartwork authored and jrfonseca committed Jun 6, 2024
1 parent 4dec9de commit b3ab491
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ An edge represents the calls between two functions and has the following layout:

Where:

* _total time %_ is the percentage of the running time transfered from the children to this parent (if available);
* _total time %_ is the percentage of the running time transferred from the children to this parent (if available);
* _calls_ is the number of calls the parent function called the children.

Note that in recursive cycles, the _total time %_ in the node is the same for the whole functions in the cycle, and there is no _total time %_ figure in the edges inside the cycle, since such figure would make no sense.
Expand Down

0 comments on commit b3ab491

Please sign in to comment.