Bug 399322

Summary: Improve callgrind_annotate output
Product: [Developer tools] valgrind Reporter: Nick Nethercote <n.nethercote>
Component: callgrindAssignee: Josef Weidendorfer <josef.weidendorfer>
Status: RESOLVED FIXED    
Severity: normal CC: jseward
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed In:
Attachments: Improve callgrind_annotate output

Description Nick Nethercote 2018-10-03 00:22:10 UTC
Created attachment 115370 [details]
Improve callgrind_annotate output

callgrind_annotate doesn't insert commas in call counts, and it doesn't sort the caller/callee lists in the call tree. The attached patch fixes both of these problems.
Comment 1 Josef Weidendorfer 2018-10-04 18:31:10 UTC
Thanks, the patch looks good! Will have to wait for 3.14 to get out