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