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 {