repositorypackage
0.0.0-20240507114230-cf2a6896b1ff
Repository: https://github.com/felixge/go-stack-profiler.git
Documentation: pkg.go.dev
# README
go-stack-profiler
Go stack profiler allows you to profile the size of your goroutine stacks.
Usage
# create a stack profile from a binary and a goroutine profile
go-stack-profiler binary goroutine.pprof > stack.pprof
# list the size of all functions in the given binary in descending order
go-stack-profiler binary