heapspurs
heapspurs copied to clipboard
Heap analysis and leak-hunting tool for Golang
Results
2
heapspurs issues
Sort by
recently updated
recently updated
newest added
Hi, @adamroach! Thank you for the tool and great readme. I was happy to find someone who faced exactly the problem I had with heap profiles. Have you seen https://github.com/cloudwego/goref/tree/main...
Hi Adam, Thank you for creating this library—it’s been invaluable for tracking down memory leaks. I’ve extended the tool to [parse trace files](https://github.com/MarcoPolo/heapspurs/blob/main/pkg/trace/parser.go) containing alloc/free events. These events now include...