Skip to content

Instantly share code, notes, and snippets.

@teru01
Created September 10, 2020 04:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save teru01/58f448356d22bff4ab63534070c66140 to your computer and use it in GitHub Desktop.
Save teru01/58f448356d22bff4ab63534070c66140 to your computer and use it in GitHub Desktop.
#!/bin/bash
cd "${0%/*}"
curl -s http://localhost:<port>/debug/pprof/profile?seconds=60 > $1/cpu.pprof
go tool pprof -png $1/cpu.pprof > $1/cpu.png
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment