github.com/palisadeinc/bor@v0.0.0-20230615125219-ab7196213d15/docs/cli/debug_pprof.md (about)

     1  # Debug Pprof
     2  
     3  The ```debug pprof <enode>``` command will create an archive containing bor pprof traces.
     4  
     5  ## Options
     6  
     7  - ```address```: Address of the grpc endpoint (default: 127.0.0.1:3131)
     8  
     9  - ```seconds```: seconds to profile (default: 2)
    10  
    11  - ```output```: Output directory
    12  
    13  - ```skiptrace```: Skip running the trace (default: false)