# Functions
AllocsHandler will pass the call from /debug/pprof/allocs to pprof.
BlockHandler will pass the call from /debug/pprof/block to pprof.
CmdlineHandler will pass the call from /debug/pprof/cmdline to pprof.
GoroutineHandler will pass the call from /debug/pprof/goroutine to pprof.
HeapHandler will pass the call from /debug/pprof/heap to pprof.
IndexHandler will pass the call from /debug/pprof to pprof.
MutexHandler will pass the call from /debug/pprof/mutex to pprof.
ProfileHandler will pass the call from /debug/pprof/profile to pprof.
No description provided by the author
SymbolHandler will pass the call from /debug/pprof/symbol to pprof.
ThreadCreateHandler will pass the call from /debug/pprof/threadcreate to pprof.
TraceHandler will pass the call from /debug/pprof/trace to pprof.
Wrap adds several routes from package `net/http/pprof` to *gin.Engine object.
WrapGroup adds several routes from package `net/http/pprof` to *gin.RouterGroup object.
Prometheus Exporter.
# Variables
Wrapper make sure we are backward compatible.