runtime/pprof.Profile.WriteTo (method)
3 uses
runtime/pprof (current package)
pprof.go#L327: func (p *Profile) WriteTo(w io.Writer, debug int) error {
net/http/pprof
pprof.go#L253: p.WriteTo(w, debug)
pprof.go#L323: if err := p.WriteTo(&buf, 0); err != nil {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)