Skip to content

felixge/go-stack-profiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages