https://bugs.kde.org/show_bug.cgi?id=379438
Josef Weidendorfer <josef.weidendor...@gmx.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 Status|UNCONFIRMED |ASSIGNED --- Comment #1 from Josef Weidendorfer <josef.weidendor...@gmx.de> --- Thanks for the report. The visualized call graph is a part of the full call graph, generated on the fly both in caller and callee direction of the selected function. I obviously have a bug here when the selected function calls itself recursively. The 5x call count is added to the edge two times: once when going into caller direction and another time when adding the callee direction. I have to think about the correct solution here. I probably should remember when I visited a call edge to not pass it again in the other direction... -- You are receiving this mail because: You are watching all bug changes.