runtime/pprof.Profile.Name (method)

4 uses

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

	net/http/pprof
		pprof.go#L400: 			Name:  p.Name(),
		pprof.go#L401: 			Href:  p.Name(),
		pprof.go#L402: 			Desc:  profileDescriptions[p.Name()],