in cmd/debug.go [67:74]
func stopDebug(v *viper.Viper) { if v.GetBool("trace") { trace.Stop() } if v.GetBool("pprof") { pprof.StopCPUProfile() } }