type runtime/pprof.labelMap
13 uses
runtime/pprof (current package)
label.go#L27: func labelValue(ctx context.Context) labelMap {
label.go#L28: labels, _ := ctx.Value(labelContextKey{}).(*labelMap)
label.go#L30: return labelMap(nil)
label.go#L38: type labelMap map[string]string
label.go#L42: func (l *labelMap) String() string {
label.go#L60: childLabels := make(labelMap)
pprof.go#L360: func (x stackProfile) Label(i int) *labelMap { return nil }
pprof.go#L369: Label(i int) *labelMap
pprof.go#L407: key := func(stk []uintptr, lbls *labelMap) string {
pprof.go#L742: func (p *runtimeProfile) Label(i int) *labelMap { return (*labelMap)(p.labels[i]) }
proto.go#L359: for k, v := range *(*labelMap)(e.tag) {
runtime.go#L25: ctxLabels, _ := ctx.Value(labelContextKey{}).(*labelMap)
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |