Closed
Description
Moved here as a feature request from the following SO question:
The mprof
script allows you to track memory usage of a process over time, and includes a -C
flag which will also sum up the memory usage of all child processes (forks) spawned by the primary process.
Instead of summation, I would like the mprof
script to include a flag that will identify each process by pid in the generated .dat
file, allowing the plot
command to visualize each process' memory usage independently of each other, over time.
Metadata
Metadata
Assignees
Labels
No labels