Golang News http://golangnews.com Jobs, Code, Videos and News for Go hackers - everything about the go programming language Tue, 10 Oct 2017 23:56:00 +0000 Memory profiling in Go #pprof <p>I recently started using the escape analysis report that the <code>go build</code>&nbsp;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.</p> 7 points posted by fmpwizard https://blog.fmpwizard.com/2017/09/29/memory-profiling-in-go 2776 Mon, 09 Oct 2017 12:33:00 +0000