• How to install Massif-Visualizer in Ubuntu

Massif-Visualizer

Tool for visualizing memory usage recorded by Valgrind Massif

Massif Visualizer is a tool that - who'd guess 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.

Features:

  • Interactive chart of memory consumption over time.
  • Detailed snapshot analysis with callgraph visualization (requires KGraphViewer).
  • Summary of peak memory consumption of all allocating functions.

Massif Visualizer is a graphical interface to visualize memory usage recorded by Valgrind Massif tool. . 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.

Application Homepage

How to install Massif-Visualizer in Ubuntu

If you are on a supported distro, you can install the application through software center by clicking the below link.

Install Massif-Visualizer

If the above link not working, run the below command in terminal to install massif-visualizer in Ubuntu

sudo apt install massif-visualizer

Massif-Visualizer Screenshots

massif-visualizer massif-visualizer massif-visualizer