github.com/Cloud-Foundations/Dominator@v0.3.4/lib/pprof/api.go (about) 1 package pprof 2 3 func StartCpuProfile(filename string) error { 4 return startCpuProfile(filename) 5 } 6 7 func StopCpuProfile() { 8 stopCpuProfile() 9 }