https://github.com/loov/allocview
Live visualizing Go allocations.
https://github.com/loov/allocview
debug go golang
Last synced: 10 months ago
JSON representation
Live visualizing Go allocations.
- Host: GitHub
- URL: https://github.com/loov/allocview
- Owner: loov
- License: mit
- Created: 2019-07-13T13:33:32.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2022-07-30T13:46:23.000Z (almost 4 years ago)
- Last Synced: 2025-07-02T06:53:47.128Z (about 1 year ago)
- Topics: debug, go, golang
- Language: Go
- Homepage:
- Size: 5.22 MB
- Stars: 24
- Watchers: 2
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AllocView
AllocView is for visualizing Go program allocations in real-time.
## How to use
Run the program with:
```
allocview
```
The program should `import "loov.dev/allocview/attach"` to attach the program.