Merge pull request #249 from filecoin-project/feat/pprof-server
add pprof server
This commit is contained in:
commit
75980e8005
@ -3,6 +3,7 @@ package main
|
||||
import (
|
||||
"context"
|
||||
"net/http"
|
||||
_ "net/http/pprof"
|
||||
"os"
|
||||
"os/signal"
|
||||
"syscall"
|
||||
|
Loading…
Reference in New Issue
Block a user