func runtime.SetCPUProfileRate

3 uses

	runtime (current package)
		cpuprof.go#L54: func SetCPUProfileRate(hz int) {

	runtime/pprof
		pprof.go#L783: 	runtime.SetCPUProfileRate(hz)
		pprof.go#L828: 	runtime.SetCPUProfileRate(0)