func runtime.SetCPUProfileRate

3 uses

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

	runtime/pprof
		pprof.go#L855: 	runtime.SetCPUProfileRate(hz)
		pprof.go#L900: 	runtime.SetCPUProfileRate(0)