chore: add pprof service
This commit is contained in:
parent
3e8e74d5c2
commit
06366d743d
@ -361,6 +361,8 @@ func geth(ctx *cli.Context) error {
|
|||||||
defer stack.Close()
|
defer stack.Close()
|
||||||
|
|
||||||
startNode(ctx, stack, backend, false)
|
startNode(ctx, stack, backend, false)
|
||||||
|
// TODO:: debug code , will be deleted in the future
|
||||||
|
debug.StartPProf("127.0.0.1:7060", !ctx.IsSet("metrics.addr"))
|
||||||
stack.Wait()
|
stack.Wait()
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user