massif-visualizer
Visualize massif data generated by Valgrind
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.
- Versions: 24.12.3
- Website: https://apps.kde.org/massif_visualizer/
- Licenses: GPL 2+
- Package source: gnu/packages/kde.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of massif-visualizer
as follows:
guix install massif-visualizer
Or install a particular version:
guix install massif-visualizer@24.12.3
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.
Badge code
You can use the following badge to inform users of massif-visualizer about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/massif-visualizer'><img src='https://packages.guix.gnu.org/packages/massif-visualizer/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/massif-visualizer)
Example Org:
[[https://packages.guix.gnu.org/packages/massif-visualizer][https://packages.guix.gnu.org/packages/massif-visualizer/badges/latest-version.svg]]