runtime/pprof.Profile.Name (method)

4 uses

	runtime/pprof (current package)
		pprof.go#L248: func (p *Profile) Name() string {

	net/http/pprof
		pprof.go#L382: 			Name:  p.Name(),
		pprof.go#L383: 			Href:  p.Name(),
		pprof.go#L384: 			Desc:  profileDescriptions[p.Name()],