https://github.com/joshkunz/massif
A Go language parser for massif output files.
https://github.com/joshkunz/massif
massif valgrind
Last synced: 6 months ago
JSON representation
A Go language parser for massif output files.
- Host: GitHub
- URL: https://github.com/joshkunz/massif
- Owner: joshkunz
- License: mit
- Created: 2020-07-13T03:29:04.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2025-11-03T17:23:08.000Z (9 months ago)
- Last Synced: 2025-11-03T19:22:28.299Z (9 months ago)
- Topics: massif, valgrind
- Language: Go
- Homepage:
- Size: 40 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# massif
[](
https://pkg.go.dev/github.com/joshkunz/massif?tab=doc)
[](https://github.com/joshkunz/massif/actions/workflows/test.yaml)
[](
LICENSE)
`massif` is a library for working with logs produced by [`massif`](
https://valgrind.org/docs/manual/ms-manual.html), a tool contained in the
Valgrind suite. This library can make it easy to do things like write an
automated test to verify peak heap usage in a binary. The linked godoc contains
usage examples.