[gimp/gimp-2-10] devel-docs: fix performance-log profile-view function-column description



commit 2052de6c3d3b80be7709b431fd42191f01316ad2
Author: Ell <ell_se yahoo com>
Date:   Wed Jan 23 15:45:48 2019 -0500

    devel-docs: fix performance-log profile-view function-column description
    
    (cherry picked from commit 17270bb3aa66744351cd317bff4d746667fb5f70)

 devel-docs/performance-logs/performance-logs.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/devel-docs/performance-logs/performance-logs.md b/devel-docs/performance-logs/performance-logs.md
index a131049c7c..efcf433be6 100644
--- a/devel-docs/performance-logs/performance-logs.md
+++ b/devel-docs/performance-logs/performance-logs.md
@@ -459,9 +459,9 @@ It is most useful for its *Self* percentage, which, in the *caller → callee*
 direction, indicates the amount of time spent executing code belonging
 exclusively to the current function, and not to any of its descendants,
 relative to the total amount of time spent executing the function as a whole.
-In other words, the sum of *[Self]*'s *Self* percentage, and the rest of the
-descendants' *All* percentage, adds up to 100%—the full execution time of the
-function.
+In other words, in non-recursive cases, the sum of *[Self]*'s *Self*
+percentage, and the rest of the descendants' *All* percentage, adds up to
+100%—the full execution time of the function.
 
 Double-clicking on any of the descendants selects the corresponding function in
 the root column, effectively discarding the current call-chain context.


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]