memusagestat
(1)generate graphic from memory profiling data
Options
9-o--outputfileName of the output file.
-s--stringstringUse string as the title inside the output graph.
-t--timeUse time (rather than number of function calls) as the scale for the X axis.
-T--totalAlso draw a graph of total memory consumption.
-x--x-sizesizeMake the output graph size pixels wide.
-y--y-sizesizeMake the output graph size pixels high.
--helpPrint a help message and exit.
--usagePrint a short usage message and exit.
-V--versionPrint version information and exit.
DESCRIPTION
memusagestat creates a PNG file containing a graphical representation of the memory profiling data in the file datafile; that file is generated via the -d (or --data) option of memusage(1).
The red line in the graph shows the heap usage (allocated memory) and the green line shows the stack usage. The x-scale is either the number of memory-handling function calls or (if the -t option is specified) time.
BUGS
To report bugs, see http://www.gnu.org/software/libc/bugs.html