1
0
mirror of https://github.com/google/gops.git synced 2024-11-24 08:22:25 +02:00
gops/agent
Cezar Sá Espinola ad978d77e6 agent: avoid truncating stacktrace if it's bigger than 64kb (#29)
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.
2017-01-13 12:27:22 -08:00
..
agent_test.go agent: fix race between Close and listener assert 2016-12-20 12:56:40 -08:00
agent.go agent: avoid truncating stacktrace if it's bigger than 64kb (#29) 2017-01-13 12:27:22 -08:00