pprof: support limit the max number for dumping goroutines. by doujiang24 · Pull Request #50771 · golang/go

pprof may take too much time when there are many goroutines. The new SetMaxDumpGoroutineNum API set the max goroutine number for dumping.