github.com/google/pprof/profile.Profile.Comments (field)
8 uses
github.com/google/pprof/profile (current package)
encode.go#L119: for _, c := range p.Comments {
encode.go#L361: p.Comments = append(p.Comments, c)
merge.go#L426: for _, c := range s.Comments {
merge.go#L448: Comments: comments,
profile.go#L41: Comments []string
profile.go#L524: ss := make([]string, 0, len(p.Comments)+len(p.Sample)+len(p.Mapping)+len(p.Location))
profile.go#L525: for _, c := range p.Comments {
![]() |
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. |