Bug 399322 - Improve callgrind_annotate output
Summary: Improve callgrind_annotate output
Status: RESOLVED FIXED
Alias: None
Product: valgrind
Classification: Developer tools
Component: callgrind (show other bugs)
Version: unspecified
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Josef Weidendorfer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-10-03 00:22 UTC by Nick Nethercote
Modified: 2018-10-12 11:16 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
Improve callgrind_annotate output (6.29 KB, text/plain)
2018-10-03 00:22 UTC, Nick Nethercote
Details

Note You need to log in before you can comment on or make changes to this bug.
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