knz / go-binsize-viz

Size visualization of Go executables using D3
GNU Affero General Public License v3.0
470 stars 30 forks source link

Rewrite in Go or bash? #7

Closed ahmetb closed 2 years ago

ahmetb commented 5 years ago

I would super appreciate if this a tool that we can launch with an argument pointing to a Go binary, then it directly launches a web server on localhost:8080 to view the results.

A bash script could do it, too.

The current number of steps to get a result for a binary are simply too many to easily use this tool.

phanirithvij commented 3 years ago

There's this PR by @odedpriva https://github.com/knz/go-binsize-viz/pull/6 adding a bash script

knz commented 2 years ago

Closing since #6 should solve this problem.