github.com/google/pprof/profile.Line.functionIDX (field)
7 uses
github.com/google/pprof/profile (current package)
encode.go#L93: l.Line[i].functionIDX = ln.Function.ID
encode.go#L95: l.Line[i].functionIDX = 0
encode.go#L280: if id := ln.functionIDX; id != 0 {
encode.go#L281: l.Line[i].functionIDX = 0
encode.go#L510: encodeUint64Opt(b, 1, p.functionIDX)
encode.go#L517: func(b *buffer, m message) error { return decodeUint64(b, &m.(*Line).functionIDX) },
profile.go#L126: functionIDX uint64
![]() |
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. |