This repository provides libraries and CLI tools for manipulating experimental Go allocation traces.
- Apply CL 228817 to your Go tree.
- Add calls in your application to export the trace (API).
- For exporting the trace locally, opening a file and writing to disk is generally sufficient.
- Run your application with
GOALLOCTRACE=1
.
goat-check
: Sanity checks and optionally prints an allocation trace.
More coming soon.
- Add simulation library and tools.
- Add visualization library and tools.