An open API service indexing awesome lists of open source software.

https://github.com/aeppert/massif-visualizer-docker

massif-visualizer Docker Container Source
https://github.com/aeppert/massif-visualizer-docker

docker massif-visualizer

Last synced: 9 months ago
JSON representation

massif-visualizer Docker Container Source

Awesome Lists containing this project

README

          

# massif-visualizer-docker
massif-visualizer Docker Container Source

## Usage:

`valgrind --tool=massif --time-unit=ms ./executable`

With the current `run-massif-visualizer.sh`, it assumes the resulting `massif.*` files are in `/tmp/massif-tests`. From there, you can open the tests in `/home/massif/test` within the massif-visualizer X11 window.

## Docker

`docker pull aeppert/massif-visualizer:latest`

*Note*, you will still, likely want to use `run-massif-visualizer.sh` in order to interact with the container easily.