Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/felixge/go-stack-profiler

WIP
https://github.com/felixge/go-stack-profiler

Last synced: about 2 months ago
JSON representation

WIP

Awesome Lists containing this project

README

        

# go-stack-profiler

Go stack profiler allows you to profile the size of your goroutine stacks.

## Usage

```bash
# 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
```