func runtime/pprof.WithLabels
3 uses
runtime/pprof (current package)
label.go#L56: func WithLabels(ctx context.Context, labels LabelSet) context.Context {
runtime.go#L55: ctx = WithLabels(ctx, labels)
google.golang.org/grpc
server.go#L1806: ctx = pprof.WithLabels(ctx, pprof.Labels("grpc.method", stream.Method()))
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)