runtime/pprof.profileBuilder.funcs (field)
5 uses
runtime/pprof (current package)
proto.go#L45: funcs map[string]int // Package path-qualified function name to Function.ID
proto.go#L265: funcs: map[string]int{},
proto.go#L540: funcID := uint64(b.funcs[frame.Function])
proto.go#L542: funcID = uint64(len(b.funcs)) + 1
proto.go#L543: b.funcs[frame.Function] = int(funcID)
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)