Merge pull request #249 from filecoin-project/feat/pprof-server

add pprof server
This commit is contained in:
Łukasz Magiera 2019-09-30 17:37:05 -06:00 committed by GitHub
commit 75980e8005
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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