Difference between revisions of "Pprof"

From wikieduonline
Jump to navigation Jump to search
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 ==

Revision as of 13:12, 16 May 2023

https://github.com/google/pprof

Errors

package command-line-arguments is not a main package

Related


See also

Advertising: