Documentation ¶
Index ¶
Constants ¶
View Source
const ( CollectorGoroutinesStack = "goroutines-stack" CollectorGoroutinesPprof = "goroutines-pprof" CollectorVersion = "version" CollectorHeap = "heap" CollectorAllocs = "allocs" CollectorBin = "bin" CollectorCPU = "cpu" CollectorMutex = "mutex" CollectorBlock = "block" CollectorTrace = "trace" )
Variables ¶
This section is empty.
Functions ¶
func WriteAllGoroutineStacks ¶
WriteAllGoroutineStacks writes a stack trace to the given writer. This is distinct from the Go-provided method because it does not truncate after 64 MB.
Types ¶
Click to show internal directories.
Click to hide internal directories.