runtime/pprof.Profile.Name (method)

4 uses

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

	net/http/pprof
		pprof.go#L408: 			Name:  p.Name(),
		pprof.go#L409: 			Href:  p.Name(),
		pprof.go#L410: 			Desc:  profileDescriptions[p.Name()],