github.com/google/pprof/profile.Profile.Write (method)

4 uses

	github.com/google/pprof/profile (current package)
		profile.go#L318: func (p *Profile) Write(w io.Writer) error {

	cloud.google.com/go/profiler
		heap.go#L48: 	return p.Write(prof)
		heap.go#L76: 	return p.Write(prof)
		profiler.go#L450: 	return p.Write(prof)