Merge pull request #287 from filecoin-project/feat/miner-pprof

Add pprof server to storage miner
This commit is contained in:
Whyrusleeping
2019-10-05 10:09:58 -06:00
committed by GitHub
+1
View File
@@ -3,6 +3,7 @@ package main
import (
"context"
"net/http"
_ "net/http/pprof"
"os"
"os/signal"
"syscall"