Difference between revisions of "Pprof"

From wikieduonline
Jump to navigation Jump to search
 
(12 intermediate revisions by 2 users not shown)
Line 1: Line 1:
https://github.com/google/pprof
+
{{lc}} [[wikipedia:pprof]] tool for visualization and analysis of [[profiling data]].
 +
* https://github.com/google/pprof
  
<code>[[geth --pprof]]</code>
+
* <code>[[go install]] github.com/google/pprof@latest</code>
 +
* <code>[[pprof -top]] [main_binary] profile.pb.gz</code>
 +
 
 +
== Errors ==
 +
<code>package command-line-arguments is not a main package</code>
  
 
== Related ==
 
== Related ==
 
* [[Grafana Phlare]] (Nov 2022)
 
* [[Grafana Phlare]] (Nov 2022)
 
* <code>Pprof server to collect metrics from [[Bor]]</code>
 
* <code>Pprof server to collect metrics from [[Bor]]</code>
 +
* [[perf]]
 +
* <code>[[geth --pprof]]</code>
 +
* [[Call graph]]
 +
* [[op-batcher]] [[6060]]
  
 
== See also ==
 
== See also ==

Latest revision as of 11:05, 2 October 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: