Difference between revisions of "Pprof"

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{lc}}
+
{{lc}} [[wikipedia:pprof]] tool for visualization and analysis of [[profiling data]].
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 ==
package command-line-arguments is not a main package
+
<code>package command-line-arguments is not a main package</code>
 
 
  
 
== Related ==
 
== Related ==
Line 14: Line 13:
 
* [[perf]]
 
* [[perf]]
 
* <code>[[geth --pprof]]</code>
 
* <code>[[geth --pprof]]</code>
 
+
* [[Call graph]]
  
 
== See also ==
 
== See also ==

Latest revision as of 04:08, 9 July 2024

wikipedia:pprof tool for visualization and analysis of profiling data.

Errors[edit]

package command-line-arguments is not a main package

Related[edit]

See also[edit]

Advertising: