| Summary: | Improve callgrind_annotate output | ||
|---|---|---|---|
| Product: | [Developer tools] valgrind | Reporter: | Nick Nethercote <n.nethercote> |
| Component: | callgrind | Assignee: | Josef Weidendorfer <josef.weidendorfer> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | jseward |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | Improve callgrind_annotate output | ||
Thanks, the patch looks good! Will have to wait for 3.14 to get out |
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.