The highest tagged major version is
v4.
package
Version:
v3.2.2
Opens a new window with list of versions in this module.
Published: Jul 3, 2020
License: Apache-2.0
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
pprof Routes
This package adds pprof profiling routes to go-restful apps.
Usage
Importing
import "github.com/AccelByte/go-restful-plugins/pkg/profiling/pprof"
Add pprof routes
pprof.Route("/basepath")
Now the pprof paths can be accessed from http://host:port/basepath/debug/pprof
.
Reference: https://golang.org/pkg/net/http/pprof/
Documentation
¶
Route registers pprof routes based on the basepath
Source Files
¶
Click to show internal directories.
Click to hide internal directories.