Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 731 Bytes

README.md

File metadata and controls

22 lines (12 loc) · 731 Bytes

GOESP

GoDoc Go Report Card

Goesp is a command line tool to translate escape analysis executed in build phase to human readable format. It renders the result of escape analysis(-gcflags=-m) as table view showing which variables are stored into heap or stack.

In order to make enhancements in terms of performance, Goesp sheds light on GC pressure on packages.

Install

go get github.com/ardaguclu/goesp

Usage

goesp {path_of_package.go}

Result

picture