mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
internal/debug: pprof.port
Signed-off-by: jsvisa <delweng@gmail.com>
This commit is contained in:
parent
b315c4a741
commit
f2ad61e85b
1 changed files with 1 additions and 0 deletions
|
|
@ -125,6 +125,7 @@ var (
|
|||
Usage: "pprof HTTP server listening port",
|
||||
Value: 6060,
|
||||
Category: flags.LoggingCategory,
|
||||
Action: flags.ValidatePort("pprof.port"),
|
||||
}
|
||||
pprofAddrFlag = &cli.StringFlag{
|
||||
Name: "pprof.addr",
|
||||
|
|
|
|||
Loading…
Reference in a new issue