gin-contrib/pprof

dev/pprof vs debug/pprof

Opened this issue · 0 comments

The section "change default path prefix" has

pprof.Register(router, "dev/pprof")

and all the examples in "Use the pprof tool" reference "debug/pprof".
Didn't take me long to figure out but I thought I'd mention it for the next person.