x/tools: please add heap dump viewer #45631
Labels
FeatureRequest
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone
What version of Go are you using (
go version
)?What did you do?
My go program consume large memory. I want to know which type of object consumes a lot of memory.
I have tried pprof to analyze heap, it shows which method consumes a lot of memory. But a lot of goroutines have the same traceback that contains this method, each of these goroutines process different type object, I couldn't find which type of object consumes a lot of memory.
What did you expect to see?
A tool can be used to analyze heap dump
#16410
The text was updated successfully, but these errors were encountered: