Skip to content

blainsmith/pprof.sh

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 

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