func github.com/google/pprof/profile.Parse

3 uses

	github.com/google/pprof/profile (current package)
		profile.go#L145: func Parse(r io.Reader) (*Profile, error) {

	cloud.google.com/go/profiler
		heap.go#L103: 	p, err := profile.Parse(&prof)
		profiler.go#L462: 	return profile.Parse(&buf)