Massif Visualizer is a tool that visualizes massif data. You run your application in Valgrind with --tool=massif and then open the generated massif.out.%pid in the visualizer. Gzip or Bzip2 compressed massif files can also be opened transparently.
Massif Visualizer is a tool that visualizes massif data. You run your application in Valgrind with --tool=massif and then open the generated massif.out.%pid in the visualizer. Gzip or Bzip2 compressed massif files can also be opened transparently.
To install massif-visualizer, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install massif-visualizer
To see what files were installed by massif-visualizer, run:
port contents massif-visualizer
To later upgrade massif-visualizer, run:
sudo port selfupdate && sudo port upgrade massif-visualizer
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.