Documentation
¶
Overview ¶
Package pprof contains facade for runtime/pprof package
Index ¶
Constants ¶
View Source
const ( Heap profile = "heap" Goroutine profile = "goroutine" Allocs profile = "allocs" ThreadCreate profile = "threadcreate" Block profile = "block" Mutex profile = "mutex" )
Variables ¶
This section is empty.
Functions ¶
func CPUCapture ¶
CPUCapture creates file and start CPU profiling for specified duration to it
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.