Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.