func runtime/pprof.StartCPUProfile

2 uses

	runtime/pprof (current package)
		pprof.go#L762: func StartCPUProfile(w io.Writer) error {

	net/http/pprof
		pprof.go#L136: 	if err := pprof.StartCPUProfile(w); err != nil {