blainsmith / pprof.sh

Helper script to profile Go benchmark tests.

Home Page:http://pprof.sh

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pprof.sh

Nothing too fancy here, but just a helper script to lower the bar for getting started/using Go's pprof capabilities against benchmark tests.

Install

> curl https://raw.githubusercontent.com/blainsmith/pprof.sh/main/pprof.sh > pprof.sh
> chmod +x pprof.sh

Usage

Run ./pprof.sh without arguments for usage.

References

About

Helper script to profile Go benchmark tests.

http://pprof.sh

License:MIT License


Languages

Language:Shell 84.3%Language:Go 15.7%