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
commit 1faabad512
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,6 +3,7 @@ package main
import ( import (
"context" "context"
"net/http" "net/http"
_ "net/http/pprof"
"os" "os"
"os/signal" "os/signal"
"syscall" "syscall"