Difference between revisions of "Pprof"

From wikieduonline
Jump to navigation Jump to search
 
(One intermediate revision by the same user not shown)
Line 2: Line 2:
 
https://github.com/google/pprof
 
https://github.com/google/pprof
  
* [[go install]] github.com/google/pprof@latest
+
* <code>[[go install]] github.com/google/pprof@latest</code>
* pprof -top [main_binary] profile.pb.gz
+
* <code>[[pprof -top]] [main_binary] profile.pb.gz</code>
  
 
== Errors ==
 
== Errors ==
Line 13: Line 13:
 
* [[perf]]
 
* [[perf]]
 
* <code>[[geth --pprof]]</code>
 
* <code>[[geth --pprof]]</code>
 
  
 
== See also ==
 
== See also ==

Latest revision as of 13:12, 16 May 2023

https://github.com/google/pprof

Errors[edit]

package command-line-arguments is not a main package

Related[edit]

See also[edit]

Advertising: