mirror of
https://github.com/gofiber/fiber.git
synced 2025-02-22 09:33:21 +00:00
📄 Add function comment
This commit is contained in:
parent
0e7b9dacb1
commit
6fa6944631
@ -23,6 +23,7 @@ var (
|
||||
pprofThreadcreate = fasthttpadaptor.NewFastHTTPHandlerFunc(pprof.Handler("threadcreate").ServeHTTP)
|
||||
)
|
||||
|
||||
// Pprof will enabling profiling
|
||||
func Pprof() fiber.Handler {
|
||||
// Return handler
|
||||
return func(c *fiber.Ctx) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user