https://bugs.kde.org/show_bug.cgi?id=399355
--- Comment #10 from Philippe Waroquiers <philippe.waroqui...@skynet.be> --- (In reply to Philippe Waroquiers from comment #6) > Brainstorm idea: if ever the callgrind format allows it, it would be nice > to have a 'delta call' output also, i.e. have for each > 'call A to B' in each file produce some costs like > A has called B Calls Increase Calls Decrease > (I guess this would imply to output a fake call from A to B in the diff file > and associate some costs to this call, showing the increase/decrease). If having the delta for each 'arrow' in the callgraph as suggested above is too tricky, a maybe simpler alternative is to just produce 2 new costs 'call increase/call decrease' for each function : this will not indicate where the increase/decrease of calls is coming from, but it might be helpful in any case. -- You are receiving this mail because: You are watching all bug changes.