import "github.com/rakyll/goutil/pprofutil"
Package pprofutil contains helpers for runtime/pprof.
LabelHandler adds "http-path" profiler label to the given handler. If you want to start new goroutines from h, propagate the labels by passing handler's incoming request's context.
LabelHandlerFunc adds "http-path" profiler label to the given handler function. If you want to start new goroutines from h, propagate the labels by passing r.Context().
func UnaryServerInterceptor() grpc.UnaryServerInterceptor
UnaryServerInterceptor allows you to profile gRPC server handlers.
Prrof data can be filtered by "grpc.method" tags once instrumented by this interceptor.
Package pprofutil imports 5 packages (graph). Updated 2019-01-29. Refresh now. Tools for package owners. This is an inactive package (no imports and no commits in at least two years).