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.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. |