7 Memory profiling in Go

blog.fmpwizard.com posted by fmpwizard 2362 days ago  

I recently started using the escape analysis report that the go build tool provides. I’m still new to it, but what I get out of it so far is knowing if a function can be inline, and/or if a parameter/variable escapes the stack and is allocated in the heap.

Register to comment or vote on this story