This package browser is in early development. Mind the rough edges.

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.

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:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/massif-visualizer/badges/latest-version.svg)](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]]