Registry / web-framework / gin-contrib-pprof

gin-contrib-pprof

JSON →
library1.5.4gogounverified

Provides pprof profiling endpoints for Gin web framework applications.

go get github.com/gin-contrib/pprof
INSTALL
IMPORT
SIG · GIN-CONTRIB-PPROF
G
gin-contrib-pprof
web-frameworkgov1.5.4
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

pprof
github.com/gin-contrib/pprof

Register pprof routes on a Gin router.

import ( "github.com/gin-gonic/gin" "github.com/gin-contrib/pprof" ) func main() { r := gin.Default() pprof.Register(r) r.Run() }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.5.4latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
gin-contrib-pprof — go get gin-contrib-pprof · libregistry