xhgui
xhgui copied to clipboard
Show the parent-child call count on the graph
Hey
I noticed when using the callgraph that the call counts on the edges appear to use the total number of calls to the child function across the graph, rather than the number of calls from the parent function to the child.
I've made a change to track those individually, and updated a test that I thought should be failing. Please let me know if you'd prefer it done in a different way or would like any changes.
Before (note that they all say 59 calls - which is wrong):
After: