~blainsmith/pprof.sh

Helper script to profile Go benchmark tests.
accidental commit
changed to sourcehut
add install steps

refs

main
browse  log 

clone

read-only
https://git.sr.ht/~blainsmith/pprof.sh
read/write
git@git.sr.ht:~blainsmith/pprof.sh

You can also use your local clone with git send-email.

#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://git.sr.ht/~blainsmith/pprof.sh/blob/main/pprof.sh > pprof.sh
> chmod +x pprof.sh

#Usage

Run ./pprof.sh without arguments for usage.

#References