Skip to content

Tool for translating compiler's escape analysis output to a human readable format

License

Notifications You must be signed in to change notification settings

ardaguclu/goesp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Tool for translating compiler's escape analysis output to a human readable format

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages