ardaguclu / goesp

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:Go 100.0%