Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/loov/allocview
Live visualizing Go allocations.
https://github.com/loov/allocview
debug go golang
Last synced: 2 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 (over 5 years ago)
- Default Branch: main
- Last Pushed: 2022-07-30T13:46:23.000Z (over 2 years ago)
- Last Synced: 2024-06-20T03:39:54.895Z (7 months ago)
- Topics: debug, go, golang
- Language: Go
- Homepage:
- Size: 5.22 MB
- Stars: 24
- Watchers: 3
- 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.