func runtime.SetCPUProfileRate

3 uses

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

	runtime/pprof
		pprof.go#L784: 	runtime.SetCPUProfileRate(hz)
		pprof.go#L829: 	runtime.SetCPUProfileRate(0)