Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
GIMP
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
2,754
Issues
2,754
List
Boards
Labels
Service Desk
Milestones
Merge Requests
36
Merge Requests
36
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
External Wiki
External Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
GNOME
GIMP
Commits
17270bb3
Commit
17270bb3
authored
Jan 23, 2019
by
Ell
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
devel-docs: fix performance-log profile-view function-column description
parent
3274d86e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
devel-docs/performance-logs/performance-logs.md
devel-docs/performance-logs/performance-logs.md
+3
-3
No files found.
devel-docs/performance-logs/performance-logs.md
View file @
17270bb3
...
@@ -459,9 +459,9 @@ It is most useful for its *Self* percentage, which, in the *caller → callee*
...
@@ -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
direction, indicates the amount of time spent executing code belonging
exclusively to the current function, and not to any of its descendants,
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.
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
In other words,
in non-recursive cases, the sum of
*[Self]*
's
*Self*
descendants'
*All*
percentage, adds up to 100%—the full execution time of the
percentage, and the rest of the descendants'
*All*
percentage, adds up to
function.
100%—the full execution time of the
function.
Double-clicking on any of the descendants selects the corresponding function in
Double-clicking on any of the descendants selects the corresponding function in
the root column, effectively discarding the current call-chain context.
the root column, effectively discarding the current call-chain context.
...
...
Ell
@ell
mentioned in commit
2052de6c
·
Jan 23, 2019
mentioned in commit
2052de6c
mentioned in commit 2052de6c3d3b80be7709b431fd42191f01316ad2
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment