github.com/google/pprof/profile.Profile.Function (field)
20 uses
github.com/google/pprof/profile (current package)
encode.go#L104: for _, f := range p.Function {
encode.go#L144: for _, x := range p.Function {
encode.go#L198: pp.Function = append(pp.Function, x)
encode.go#L257: functions := make(map[uint64]*Function, len(p.Function))
encode.go#L258: functionIds := make([]*Function, len(p.Function)+1)
encode.go#L259: for _, f := range p.Function {
legacy_java_profile.go#L299: p.Function = append(p.Function, fn)
legacy_profile.go#L169: seen := make(map[*Function]bool, len(p.Function))
legacy_profile.go#L183: p.Function = fns
merge.go#L52: functions: make(map[functionKey]*Function, len(srcs[0].Function)),
merge.go#L59: pm.functionsByID = make(map[uint64]*Function, len(src.Function))
merge.go#L378: ID: uint64(len(pm.p.Function) + 1),
merge.go#L386: pm.p.Function = append(pm.p.Function, f)
profile.go#L40: Function []*Function
profile.go#L370: functions := make(map[uint64]*Function, len(p.Function))
profile.go#L371: for _, f := range p.Function {
profile.go#L426: for _, f := range p.Function {
 |
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. |