mirror of
https://github.com/google/gops.git
synced 2025-02-19 19:59:55 +02:00
Using pprof.Lookup("goroutine") instead of runtime.Stack directly because the former already takes care of expanding the buffer used with runtime.Stack until it's big enough for the stack.