Bug 470021 - ms_print --peak option to extract just the peak memory size
Summary: ms_print --peak option to extract just the peak memory size
Status: REPORTED
Alias: None
Product: valgrind
Classification: Developer tools
Component: massif (show other bugs)
Version: unspecified
Platform: Other Other
: NOR wishlist
Target Milestone: ---
Assignee: Nicholas Nethercote
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-05-19 21:17 UTC by Andrew Pennebaker
Modified: 2023-05-19 21:17 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Pennebaker 2023-05-19 21:17:59 UTC
`ms_print` is incredibly verbose. I just want to extract the peak memory size via CLI, without any histograms or other jazz.

Can we please get a --peak flag for this?

As a workaround, I am scraping the output with GNU awk:

https://github.com/mcandre/valgrind-peak