xhgui icon indicating copy to clipboard operation
xhgui copied to clipboard

Show the parent-child call count on the graph

Open matthewmincher opened this issue 5 months ago • 0 comments

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): callgraph_before After: callgraph_after

image

matthewmincher avatar Aug 27 '24 14:08 matthewmincher