Add call graph support to gxprof #736
Labels
No labels
UX
active development
backlog
blocker
bootstrap
bounty
bug
dependencies
discussion
documentation
duplicate
enhancement
flaky test
help wanted
invalid
javascript
question
release
tendentious
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
mighty-gerbils/gerbil#736
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently gxprof just provides call counts, but not time reports of where it is spent.
Reporting time might be difficult or widely innacurate, all we have to go with are the samples.
But we could (and should) provide better insights from sample counting, if we could at least aggregate nested calls.
@ober can you outline what you would like the tool to be able to do?