mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-27 23:26:44 +00:00
* chore: update `txarrivalwait` flag description * chore: update docs * chore: update other flags * fix: doc generation is now deterministic * chore: remove debug * feat: sort options in `bor server --help` * fix: prealloc array * fix: lint issues * internal/cli: remove nolint --------- Co-authored-by: marcello33 <marcelloardizzone@hotmail.it> Co-authored-by: Manav Darji <manavdarji.india@gmail.com>
333 B
333 B
Debug Pprof
The debug pprof <enode> command will create an archive containing bor pprof traces.
Options
-
address: Address of the grpc endpoint (default: 127.0.0.1:3131) -
output: Output directory -
seconds: seconds to profile (default: 2) -
skiptrace: Skip running the trace (default: false)